Task display : CPU Information
$ cat /proc/cpuinfo
Task: Display Free and used Memory Information$ free -m
Task: Display partition information
# fdisk -l
Task: Display file system disk space usage
# df -H
OR
# df -h
Task: Estimate file space usage
# du
Task: List PCI devices
# lspci
Task: List USB devices
# lsusb
Task display : More Information
$ lsdev
No comments:
Post a Comment