On Mon, Jul 29, 2002 at 04:22:50PM +0530, ashu wrote:
>
> Dear linux users . I am having one problem . I m not able to
> determine what is this ID about?
>
> drwxrwxr-x 5 543 pip 4096 Jul 3 15:04 cr
[A] [B] [C] [D] [E] [F]
Your directory [F] created on 03 Jul [E] is of the group "pip"
[C] and user 543 [B] (spaces in usernames normally reduced to
the rightmost string) with permissions of 775 [A]. Do NOT make
usernames with spaces, and preferentially use alphabets only.
>
> here cr is a directory, pip is a group , but what about this
> number???
That "number" is the UID.
> So i am stuck here in the process of making a group and adding
> users to this group.
>
First create your group using groupadd. See man pages for details
Syntax is: groupadd [-g gid] group. "gid" is a number. Check your
present etc/group for existing gids of groups ... This value must
be unique. Use the smallest ID value greater than 99 and greater
than every other group. Values between 0 and 99 are reserved for
system accounts.
Next create users under that group using useradd. Many distros
have frontend to this called "adduser". Ensure that you enter the
correct group when creating the new user.
HTH
Bish
--
:
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : Manipulating cron jobs LOST #189
crontab -e # edit new/ existing cron job
crontab -l # list the cron jobs
crontab -r # remove the cron jobs (man crontab for details)
####<[EMAIL PROTECTED]>########################################
:
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help