Transcription of Unix Toolbox
{{id}} {{{paragraph}}}
unix TOOLBOXT hisdocumentisacollectionofUnix/ ,howeverthereaderissupposed to know what s/he is .. System .. SCP .. with SSH .. Files .. Partitions .. Certificates .. Commands .. Software .. Media .. Quota .. Help .. 58 unix Toolbox revision the booklet will create a small book ready to bind. See also theabout reports and comments are most welcome (p2)|Statistics(p2)|Users(p3)|Limits(p3) |Runlevels(p4)|rootpassword(p5)|Compile kernel(p6)|Repair grub(p7)|Misc(p7)Running kernel and system information# uname -a# Get the kernel version (and BSD version)# lsb_release -a# Full release info of any LSB distribution# cat /etc/SuSE-release# Get SuSE version# cat /etc/debian_version# Get Debian versionUse/etc/DISTR-releasewithDISTR=ls b(Ubuntu),redhat,gentoo,mandrake,sun(Sol aris),andsoon. See also/etc/issue.# uptime# Show how long the system has been running + load# hostname# system's host name# hostname -i# Display the IP address of the host.
# systat -iostat 1 # BSD CPU and and disk throughput # ipcs -a # information on System V interprocess # tail -n 500 /var/log/messages # Last 500 kernel/syslog messages
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}