Results 1 to 3 of 3
i want to restrict to make many users with same user id.how to do it ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-25-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 14
how to restrict too many users with same user id
i want to restrict to make many users with same user id.how to do it ?
- 05-25-2005 #2
Re: how to restrict too many users with same user id
you can change the id in the /etc/passwd file to be the same, but somehow I don't think that is what you are asking. Maybe clarify your question a little more.
Originally Posted by jyoti100in
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 05-25-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 14
i want to restrict to make many users with same user id.how
no not that.
when we create a user in linux with useradd command.it has a specific userid.
#useradd -d /home/jyoti -s /bin/bash -m jyoti
now the userid in /etc/passwd of jyoti suppose is 500.
now you can create another user with same id 500.I want to restric that.How to.


Reply With Quote
