Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 191 Bytes

Linux_CheatSheet.md

File metadata and controls

13 lines (11 loc) · 191 Bytes

List of useful linux commands

tar -T <filename> -czvf archive.tgz

Create a large file

fallocate -l 10G tmp_file.img
cat /dev/zero > /var/log/application.log