Compress
tar -zcvf <destination_name>.tar.gz <folder1> <folder2> <file1>Extract
# destination could be . if you want to xtract here
tar -zxvf <archive_name> <destination>tar -zcvf <destination_name>.tar.gz <folder1> <folder2> <file1># destination could be . if you want to xtract here
tar -zxvf <archive_name> <destination>Connection & Info Key Operations String Operations The atomic unit. Max 512 MB per value. Hash Operations The natural fit for structured objects. More memory-efficient than a JSON string when fields are accessed individually. List Read more…
Stat Command Overview The stat command displays detailed file or filesystem status information. It’s commonly used by developers and sysadmins to inspect metadata such as permissions, ownership, timestamps, and filesystem-specific attributes. Synopsis Key Options Default Read more…
Understanding lsof and lsof -i What is lsof? lsof (List Open Files) is a versatile command-line utility on UNIX and Linux systems that displays information about files opened by processes. Since UNIX treats many resources Read more…
0 Comments