Common Unix Administration Tasks
¨
Vulnerability of using
“.” in
your search path
–
$PATH
¨
Showing all running processes
–
ps –aux
–
ps –aef
¨
Killing/restarting processes
–
kill –HUP
pid
–
killall –HUP
inetd
¨
/etc/passwd file
¨
Unix permissions rwxrwxrwx
–
chmod
command