News

Learn how to create, extract and list RAR files on Linux using the rar, unrar and ls command. Also modify RAR files using various options.
Create multiple files and directories in Linux with just a single command, which will save you from typing for a long time.
A .desktop file is simply a shortcut that is used to launch applications in Linux. Without the .desktop file, your application won’t show up in the Applications menu and can’t be launched with ...
Did you know that Linux makes it easy to create and use hidden files, which means you can easily tuck important documents away from plain sight? Here's how to manage those files.
In Linux, you will get two commands to create an ISO image file: dd (abbreviation of Data Definition) and the mkisofs command. Does dd create an ISO image? The dd command is commonly used for copying ...
There’s a lot more to working with files on Linux than creating, listing and updating them. After all, files can be Linux commands (i.e., binaries), scripts, images, simple text files, pointers ...
Nano is a simple yet powerful command line-based text editor, very popular among beginner Linux users for its simple-to-use interface. As a command-line editor, it offers a lightweight alternative to ...
Symbolic links or symlinks are one of the most important Linux features, especially for aspiring Linux sysadmins. As the name suggests, symbolic links allow users to point a file toward another file ...
To create a new file in Linux, you can use the touch command. The touch command creates a new file if the file does not exist, or it will update the modification time of the file if it already exists.
Jack Wallen walks you through creating new users and groups on Linux and adding those new users to the new groups.
Linux, an open-source operating system, offers a wide range of possibilities when it comes to file management. In this article, we will explore five simple ways to create a file in a directory using ...