groupadd — Create a new group

Summary

The groupadd command creates a new group account using the values
specified on the command line and the default values from the system.

Example

# groupadd newgrp — Create a new group

# groupadd -g 600 newgrp — Create newgrp with specified Group ID.

# groupadd -f newgrp – Force flag. Don’t show error message.

Share
Tagged with:
 



Note taking softwares are really helpful in every day life. They are really helpful while you go for a meeting, maintain a todo, organize your ideas, lot more that can add up to the list.

Windows has lot of note taking softwares, what about Linux? Definitely yes, Linux similar to the number of note taking softwares in Windows, Linux too has large note taking softwares.

Basket showing all features that it has

Basket showing all features that it has

(more…)

Share
Tagged with:
 

id (Linux command)

On April 20, 2009, in linux, linux commands, by mahesh
0


id – print real and effective UIDs and GIDs

Summery
id command is one of the basic unix commands, and it servers a very simple purpose of confirming the identity of a specified Unix user.

Simplest way to use the id command
All you do is just type id in your command line prompt, and it then gets back to you with confirmations of your own user id, group id, and a list of other groups you’re a member of:

ubuntu$ id
uid=1000(greys) gid=113(admin) groups=33(www-data),113(admin)

Share
Tagged with: