News

The commands available on Linux for locating and identifying files are quite varied, but they’re all very useful. How to use the apropos command; 7 ways to remember Linux commands; Getting help ...
Fortunately, these Linux commands make it fairly easy to download files from a local or remote location. I'm going to show you three: wget, curl, and scp. 1. wget ...
If you read the notes earlier, we stated that linux does not rely on file extension to understand what kind of file it is dealing with. This command will show the kind of a file passed as argument. In ...
Not happy with your Linux distro's default file manager? Stop struggling and try something different. Considering that these ...
Tab completion is a fantastic little feature that adds convenience, saves time, and can even help to prevent mistakes. It’s one of the oldest forms of auto-complete in computing: press Tab on a ...
If you're new to Linux, there's a very handy file you'll want to learn about right away. Jack Wallen introduces you to the hosts file and how to add entries to it.
Linux provides several commands for comparing text files. If you run a command such as diff file1 file2 you’ll see the lines that are only in the first file preceded by < signs and those that ...
Using the find command isn’t the most intuitive means of locating files from the command line, but once you get used to it, you’ll find it incredibly powerful and useful.
The “more” command allows you to see the contents of a file one screen at a time. 10. kill When you want to stop an application, there’s no more efficient way to do it.