Registry analogous in Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Registry analogous in Solaris
# 1  
Old 04-13-2005
Registry analogous in Solaris

Hi,

May seem to be an absurd question, still.

As we have registry in Windows which keeps track of what is installed and where,
what is its analogous thing in Solaris.
Is this same in all Unix flavours or different.
# 2  
Old 04-13-2005
Unix has no system registry like windows does. You use files to configure your applications.
# 3  
Old 04-13-2005
if you want to check what's installed ... do "pkginfo"

if you want to find out where the files are installed ... do "pkgchk -v pkg_name"

see "man pkginfo" and related commands ...
# 4  
Old 04-18-2005
Thanks,

I was looking for something like that.

The confusion that i am facing is that, lets say i have a software named "A" installed at the path "/a/b/A".

Now a new patch comes up and i run it from the root ( / ) directory, still it updates the software at "/a/b/A".

How does the patch know that the software is installed at this location.
# 5  
Old 04-18-2005
they are also listed with the packages' pkgmap file ... the file tells the package where to install the files, directories, links, etc. ... see "man pkgmap" for more info ...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to get the value of a registry using csh script.

hi, how to get the value of a registry using csh script. thanks. (1 Reply)
Discussion started by: Rashid Khan
1 Replies

2. Shell Programming and Scripting

Why execution is different from orginal bash registry$database?

Hi all, here's my script #!/bin/ksh if then export DB_CREATE_PATH=`pwd` fi echo echo "********************--Menu--*****************************" echo "*** " echo "*** 1. Pre-Upgrade Steps "... (3 Replies)
Discussion started by: jediwannabe
3 Replies

3. UNIX for Advanced & Expert Users

Read/update windows registry using UNIX script

Hi, I have a requirement where in to read the registry value of a windows NT based system from a AIX server which should be automatic. For eg. the script should connect to the Win NT system, read the registry as specified on the input and display the output on the AIX screen? Eg. <script... (3 Replies)
Discussion started by: sathish57
3 Replies

4. AIX

How to see a Registry on AIX??

Hi Folks, Could you please help me with the command to find the Registry on AIX machine? For ex in windows we can see a products registry using the REGEDIT....In similar do we have any command for AIX? (1 Reply)
Discussion started by: nvindraneel
1 Replies

5. UNIX for Dummies Questions & Answers

Registry

what Unix systems have for registry? windows have registry. Unix have ??? (1 Reply)
Discussion started by: cs05pp2
1 Replies

6. UNIX for Dummies Questions & Answers

about registry and sed command

can someone please explain the sed command and its purpose and an example of its use. Also can you explain the registry thing with an example also. thanks (3 Replies)
Discussion started by: djeung
3 Replies

7. UNIX for Dummies Questions & Answers

Comparable registry file in UNIX

Hi all, I am totally new to UNIX. I am currently using converting an existing software package from MFC C++ to wxwindow which allows the software to run under Windows and UNIX. My problem is my existing software package writes to and from the registry. How is this accomplished in UNIX? ... (2 Replies)
Discussion started by: DavidCountry
2 Replies

8. UNIX for Advanced & Expert Users

How to change the MTU in Unix registry?

Does anyone know how to or know of a web page where I can find how to change the MTU speed in Unix registry? Any info. would be greatly appreciated. Thanks, Techie (2 Replies)
Discussion started by: Techie_girl
2 Replies
Login or Register to Ask a Question