Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

2. Adding Ubuntu User

In this section, we will be adding a new user to your Linux server. This new user is being created specifically for Rumie. Rumie will use this User credentials to access your server and Sync Content. This new ‘User’ being created is not a ROOT User. Rumie has to use this specific user for security reasons.

t permissions to access this web directory root

  1. Log in as the root user and then add the new user

    adduser username
    
    output: 
    Adding user `username' ...
    Adding new group `username' (1001) ...
    Adding new user `username' (1001) with group `username' ...
    Creating home directory `/home/username' ...
    Copying files from `/etc/skel' ...
    New password:
    Retype new password:
    passwd: password updated successfully
    
    #Once you set the password the command will create a home directory for the user
    #It will prompt you with this message 
    
    output: 
    Changing the user information for username
    Enter the new value, or press ENTER for the default
        Full Name []:
        Room Number []:
        Work Phone []:
        Home Phone []:
        Other []:
    Is the information correct? [Y/n] Y
    
    #If you want to leave all of this information blank just press ENTER to accept the defaults.

Once you have configured this, please move on the next step. Please note down the username and password for the newly created user. You will be providing this information to Rumie.

  • No labels