![]() |
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 -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 -h
Display disk space used by each directory in current directory, in human-readable form (-h).
| Copyright © 1998-2002 Linuxdot.org. |
| Linux ® is a registered trademark of Linus Torvalds. |