Website based on my experience working as System Administrator

LINUX INFORMATION WEBSITE

This site is dedicated to providing tutorials, help, guides and links for Linux users.
HOME PAGE
LINUX COMMANDS
   
   
   
   
   
   
   
   
   

LINUX COMMANDS

Contents | Previous | Next

System information

$ dmesg - display (kernel) messages generated

dmesg | less
Display messages generated by the kernel. Most importantly the messages displayed when you started Linux, but also messages generated by kernel, since then.


$ df - diskspace free

df -h
Display disk space used, and available for each mounted filesystem, in human-readable (-h) form.


df -hT
Same as above, including display of filesystem type (-T).


$ du - disk usage

du -h
Display disk space used by each directory in current directory, in human-readable form (-h).

Contents | Previous | Next

 
Last Update: Jan 2003

HOME | CONTACT | FAQ'S | TRICKS & TIPS | WEIRD NEWS
This Material has been taken from different sources. Its free for anyone to use and reproduce.