| /etc/rc.log | Startup Log |
| /var/adm/sw/swagent.log | Software package installation log |
| /var/adm/syslog/syslog.log | System Error Log |
| /etc/shutdownlog |
Shutdown Log |
| /var/tombstones/ts99 |
Crash log |
| Command |
Description |
|---|---|
| cancel |
deletes print jobs from queue |
| hppi |
jet admin |
| ls -d<destination>
-o<optioni> file |
prints a file |
| lpadmin |
|
| lpsched -v |
|
| lpstat |
lists jobs in queue. -s -t |
| pr .profile | lp -n3 |
prints |
| pr -o10 -l64 -F -h <HEADER> <file> | lp | prints using margins of 10, page length of 64, header on each page |
| Command |
Description |
|---|---|
| inetd -c |
Causes inet to reload
/etc/inetd.conf |
| inetd -l |
starts logging in
/var/adm/syslog/syslog.log |
| ps -ef | grep PROD |
list all processes, but only
show those processes that have "PROD" in them |
| /sbin/init.d/<script>
[start|stop] |
If the script exists, this will
stop and start the associated processes. |
| Command |
Description |
|---|---|
| <esc><esc> or
<esc>\ |
autocompletion |
| file * | Show file types, such as "ascii". |
| find <path> -name
<name> -print |
Finds a file in the OS at the
starting path on down |
| grep |
|
| groups <username> |
Shows groups for a user |
| kmtune |
Displays kernel tunable
parameters |
| listusers -g <group> |
Lists the users in a group |
| ln -s <file or directory>
<symbolic link> |
Creates a symbolic link to a
file or a directory |
| pr -o10 -l64 -F -h
<HEADER> <file> | lp |
prints using margins of 10, page
length of 64, header on each page |
| rcp <source>
remote_machine:<path> |
remote copy |
| remsh <host> |
opens a remote command shell on
the host machine |
| rlogin <host> |
remote login to host machine |
| sar |
|
| set_parms |
Change host name (/etc/set_parms) |
| tail -f <file> |
Looks at end of file and keeps
it open to watch changes |
| top |
realtime display of processes |
| uname -a |
information about the system |
| print $(uname -i)16op|dc |
prints hex system id |
| who -u, who -Rm |
who is using the system |