Linux is an operating system that supports multi-user and administrative user to make the menu open System Administrasion' Users and Groups then akan Administration user menu appears as following picture.
Adding Users
Press Unlock button and enter the password usernya. To add a new user on the system using the Add button after the user then you will find the following display
Description;
Manage GroupsAdding Users
Press Unlock button and enter the password usernya. To add a new user on the system using the Add button after the user then you will find the following display
Description;
- Username: fill in the username with the login name
- Real Name: fill in with the original name of the user (optional)
- Profile: fill in the user profile will be as Administrator, or a regular user (Desktop Users)
- On the Contact Inormation we can mengabaikanya in the Password and fill in with the user password.
To manage the group click the Manage Groups view will appear as follows;
To add a group click Add Group, select the group to change groupnya and click Properties and select Delete to delete the group.
Administrative Users (Text mode)
Adding Users
Administrative Users (Text mode)
Adding Users
Open a terminal console application with the click menu > Accesories > Terminal and do the following steps:
$ sudo adduser test
follows:
[sudo] password for test:
Adding user `test '...
Adding new group `test '(1004) ...
Adding new user `test '(1003) with group` test' ...
Creating home directory `/ home / test '...
Copying files from `/ etc / skel '...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for test
Enter the new value, or press ENTER for the default
Full Name: user-test
Room Number:
Work Phone:
Home Phone:
Other:
Is the information correct? [y / N] y
Removing Users
$ sudo deluser test
Adding a Group
$ sudo adduser - group [- gid ID] administrator
For the group configuration file in /etc/group.
Deleting a Group
$ sudo deluser - group administrator
Insert into Users Group
$ sudo usermod-G test administrator
Happy Testing....!!!
No comments:
Post a Comment
Please Comment...!!