Sun Solaris Basic commands

process listing. /usr/ucb/ps -aux | more
/usr/proc/bin/ptree <pid>
/* Print the parent/child process ‘tree’ of a process */
/usr/ucb/ps -aux | more
/* Displays CPU % usage for each process in ascending order */
usr/ucb/ps -auxww | grep <process name>
/* Gives the full listing of the process (long listing) */
coreadm -i core.%f.%p
/* Append program name and process id to core file names */
kill -HUP `ps -ef | grep [p]roccess | awk ‘{print $2}’`
/* HUP any related process in one step */
sof -i TCP:25
/* Mapping port …

Read On »

Complete SUn Java Portal server Tutorial.

http://vegdave.wordpress.com/2007/03/22/notes-on-installing-skype-on-ubuntuamd64/

Read On »