Category

Archive for the 'Unix' Category

Some Solaris Unix System Commands

( Unix )

Some useful commands in Solaris Unix.
1) To find the version of (Solaris) Unix
Use the command
uname -a : to print out the basic information
uname -X : to print the extended information (each in a newline)
The information includes the System, Node Name, Release version #, KernelID and Machine.
2) To find the number of processors on a system
/usr/sbin/psrinfo […]