Thursday, February 23, 2012

Linux uptime and version info

#uptime:


uptime


output: current time, how long system has been running, how many users are logged in, system load averages for past 1, 5, and 15 minutes


#Version info



uname -a
cat /etc/redhat-release
cat /etc/issue


0 comments:

Post a Comment