Linux Useful Commands

Linux Useful Commands - Well what can I say, read on... good list of tips for Linux users!!

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
List of linux commands

For those of you needing a complete list of Linux commands go here.

A few ways to get info about your box:

cat /proc/pci
cat /proc/interrupts
cat /proc/bus/usb/devicecs

cat /proc/scsi/scsi

cat /proc/cpuinfo
procinfo -f
free -m

X -version

df -haT

Comment