HOW TO CHECK PROCESSOR, RAM, HARD DISK & FOLDER SIZE
i am assuming you know how to read this and how to use the command interface for linux :P
check processor
type "cat -E /proc/cpuinfo" without the inverted comma.
check ram
type "free -m"
check hard disk
type "df -h"
check folder
type "du -s /dir/"
in the /dir/ u have to give the location of the folder. u can check where u are in currently by typing "pwd".
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment