In this Linux system administration tutorial you will learn how to create a user on an Ubuntu Linux Server 16.04 LTS (Xenial Xerus) system with screenshots and instructions. Description System administrators create user accounts to allow access to the system or system services. To add a new user...
Let’s dive in and take a look at each of these ways of adding users in a Linux system: 1) How to create a user on the command line To add a user in Ubuntu on the command line, launch your terminal by pressingCtrl + SHIFT +Tor use the application manager to search and launch th...
Cut and paste the above into gedit, and save it as update-mydebs in ~/bin. (the tilde '~' means your home directory. If ~/bin does not exist, create it: Ubuntu will put that directory in your PATH. It's a good place to put personal scripts). Next, make the script executable: ...
As you can imagine, renaming a directory is a common activity admins perform for system maintenance and activity scheduling. Users often need to rename directories forbetter file managementin their home directory. This comprehensive tutorial will go into the details of how to rename adirectory in ...
In this Linux system administration tutorial you will learn how to create a group on an Ubuntu Linux Server 14.04 LTS (Trusty Tahr) system with screenshots and instructions.
1.Create a directoryyou want to share with the client system: sudo mkdir -p /mnt/nfsdir 2.Change the owneruser and group tonobodyandnogroup. This setting makes the folder public: sudo chown nobody:nogroup /mnt/nfsdir 3. Set permissions to777, so everyone can read, write, and execute...
Once ready to mount, create a mount directory with the commandsudo mkdir /mnt/sdd.Be sure to replacesddwith the name you want your drive to mount. It can be anything you want. Mount the drive with the commandsudo mount /dev/sdc /mnt/sdd.Again, replacesddwith the actual name of your...
To create a “.sh” file, follow the following steps: 1. Open default “Text Editor” through the menu bar You can either use the default text editor in Ubuntu or if there is any other editor installed in your system for example “vim text editor”. For this particular guide, I am ...
usernameshould be a valid user of the respective Ubuntu system. You should be all set now to access the folder/directory. How to Access the Shared Folder To access the shared folder from Ubuntu/Linux system, you need your system’s IP address/hostname. To do that, openSystem Settings ->...
1. http://askubuntu.com/questions/17062/how-to-open-a-directory-folder-and-a-url-through-terminal