Show the total size on disk of files or directories (disk usage): du -sh dir1 dir2 file1 file2
Number of bytes, words and lines in file: wc file (word count)
Show the size, total space and free space of the current partition: df -h .
Display these info for all partitions: df -h


Дали Ви помогна овој одговор? 0 Корисниците го најдоа ова како корисно (0 Гласови)