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 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).
You use the chmod command to set each of these permissions. To see what permissions have been set on a file or directory, we ...
Have you ever needed to save the contents of your clipboard for later usage? When that happens, you probably open a new text document or note, paste the contents to the file and save the file for ...
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 ...
You’re all pretty much familiar with the procedure involved in creating Windows 11 or Windows 10 bootable media on computers running Windows operating system. In this post, we will show you the ...
One of the files that the average Unix sysadmin rarely looks at, almost never changes and yet depends on every time he or she reboots a system is the /etc/inittab file. This modest little file ...
Linux 101: How to copy files and directories from the command line Your email has been sent Are you new to Linux? If so, you’ve probably found the command line can be a bit intimidating. Don’t ...