News

In the 18 tables below, you’ll find sets of commands with simple explanations and usage examples that might help you or Linux users you support become more productive on the command line.
You can use the swapon and swapoff commands to enable and disable a swap device at will. This is handled automatically on ...
This post provides an intro Linux cheat sheet. It includes a series of commands with descriptions and examples and categorizes them in groups by their primary focus. Keep in mind that, while most ...
Linux distributions vary widely in how they come configured. For example, Ubuntu doesn't allow you to use the root user out-of-the-box. You can only operate superuser commands using the sudo command.
A program (binary, or executable) is a file on disk somewhere, in a recognized format. Common formats include ELF on Linux, ...
For example, using the command find . -name *.txt will use the default Linux distro's find command to search the current Windows folder and its subfolders for files ending with the .txt extension.
This is particularly useful when you want to compress multiple directories and their contents at once . Conclusion Mastering the Linux zip command is a useful skill for anyone working with Unix-based ...