Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 201 Bytes

File metadata and controls

10 lines (6 loc) · 201 Bytes

Linux

Unix magic

Find the files accessed by a program
strace -fe trace=creat,open,openat,unlink,unlinkat git

Check which file is taking space
du -cha --max-depth=1 ~ | grep -E "M|G"