Check space on device :: Linux
If you want to check available space using linux's console...
check space on device:
df -h
check size of a directory and files in this directory:
du -h
check size of a directory and files in this directory (sum of these sizes):
du -sh
add this news to develway
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home