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>Here the list of the most commond redis cli commands Connection & Info Key Operations String Operations Hash Operations List Operations Set Operations Sorted Set Operations Pub/Sub (Messaging) Transactions Scripting (Lua) Bit Operations (Bitmaps) HyperLogLog 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