News

If you're new to Linux administration, Jack Wallen shows you a skill you'll definitely need to have--creating directories from the command line interface.
We use ‘mkdir’ (make directory) command to create new directories. If you simply run the mkdir command followed by the name of the new directory, the folder will be created in the current ...
Managing directories on Linux is easy, but the process gets more complex when you need to create, ... The -p argument tells the command to create the base directory if it doesn’t already exist.
Customize Your Terminal to Fit Your Needs The first thing you should do is make ...
Here, docs/ is an argument that tells ls which file to list. The command will run its default action: display the names of ...
The Linux command used for compressing files and directories is zip -r. Enter your command in the format: zip -r <zip file name> <directory name> In the example above, I have created a zip file ...
The $_ in the second command represents the last argument in the first command. The commands below create a new directory and then move into it without having to type the directory path a second time.
Fortunately, Linux makes working with hidden files very easy, whether in a GUI file manager or the command line. Also: The first 5 Linux commands every new user should learn Let me show you how.
The adduser command also automatically creates a home directory for the new user (unlike the useradd command which requires the -m option to create the home directory). Creating a new group Next ...