资讯

The tar command on Linux is used to create and extract TAR archive files. Run "tar -czvf archive-name.tar.gz /path/to/file” ...
When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works. Most people are probably pretty familiar with creating, sending or receiving Zip files. Zip takes ...
A core part of the philosophy of Unix-like operating systems is for tools to be specialised – each tool should do one job and do it well. That means we need a way ...
There are a number of tools that you use to compress files on Linux systems, but they don't all behave the same way or yield the same level of compression. In this post, we compare five of them. There ...
When was the last time you had to create a zip file? Personally, I have to interact with those types of files all the time (either receiving or sending them to various clients, family, and friends).
Hidden files are a standard feature in Linux. Some applications save configuration files and other data in hidden files or folders that aren't visible by default. Fortunately, Linux makes working with ...