One of the best things about Linux is that it offers several ways of handling every task. Everything you do in Linux will have an alternative method, from the simplest to the most complex. But don't ...
Viewing the content of files and examining access permissions and such are very different options. This post examines a number of ways to look at files on Linux. There are a number of ways to view ...
Sudo lets you run any terminal command as another user — hence "substitute user" — but the default and most common use for it ...
Have you ever used Secure Shell to access a remote machine, only to find yourself needing to download a file from a remote location? What do you do? Since you only have terminal window access to that ...
There are a number of Linux commands that will display file system types along with the file system names, mount points and such. Some will also display sizes and available disk space. The df command ...
In the world of Unix-based operating systems like Linux, file packaging and compression utilities play a pivotal role. One such utility is the zip command, an effective tool for compressing files to ...
This command will create multiple split files, each containing 4 lines . Verbose Mode and Customizing Suffix When using the split command, you can enable the verbose mode to receive a diagnostic ...