News

Linux 101: How to create a directory from the command line Your email has been sent Hello admins, Jack Wallen here with a Linux 101-level tip. This time around we’re going to learn how to create ...
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 ...
For that, you create the group, add users, and then change the file or directory ownership to the new group. Creating a new group is even easier than creating a user.
There are countless ways to back up data on the Linux platform. One of the more tried and true methods is by using the rsync tool. Rsync is a remote file copying tool that can be used on its own ...
Step-by-step shell script execution Follow these steps to create and run a shell script of your own from your Ubuntu home directory: Create a directory to store your shell script Create a file in your ...