Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ### df command
  2. Shows the amount of disk space used and available on Linux file systems.
  3.  
  4. ### du command
  5. Display the amount of disk space used by the specified files and for each subdirectory.
  6.  
  7. **du -hs _dir_**
  8. - Summarize in a human readable text.
  9.  
  10. **du -c _dir_**
  11. - Print total in the end of output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement