Linux
Seminar

Spring 2008
course
navigation

feb 22

Jim will lead a discussion of what happens when thinks break, and some ways to fix them ... using this week's cs.marlboro.edu crash as a starting point.
Note that all of this varies depending on your specific unix variant.

readings

tips

$ df -h # disk space $ who # who is logged in? $ w # who's around, what are they doing, sys status $ ps -aef # what processes are running? $ top # full screen "top" processes $ last | head -10 # last 10 people to log in $ su $ lsof -i # all open internet "files", i.e. all connections $ cd /var/log # most of system logs are here $ more messages # read through system message

starting up | system services | daemons

http://cs.marlboro.edu/ courses/ spring2008/linux/ wiki/ feb_22
last modified Friday February 22 2008 2:09 pm EST