![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Account | Cookie5058 | Forum Support Area for Unregistered Users & Account Problems | 0 | 04-27-2008 07:21 PM |
| Change Account to not lock account if password expires | stringzz | UNIX for Dummies Questions & Answers | 1 | 04-04-2008 02:31 PM |
| Setting an account to be a non-login account automatically? | LordJezo | UNIX for Dummies Questions & Answers | 0 | 06-16-2006 06:28 AM |
| Account | smdakram | UNIX for Dummies Questions & Answers | 1 | 01-18-2002 06:48 AM |
| aol account | iwpgary | UNIX for Dummies Questions & Answers | 2 | 05-17-2001 11:47 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
SUN Solaris 2.6
I need a account for foreign user. They have only to work on their home-directory. How can I build this special-account ? |
| Forum Sponsor | ||
|
|
|
|||
|
Question
Do you know how to create a 'normal' user?
because, i don't have a idea what special on your foreign user. I think you just create a user with the admintool, and create a special group-id for foreign users and specify a disk for the home directories. And make sure those users can only rwx on there own disk jr |
|
|||
|
Re: Question
Quote:
what I have done : groupadd -g ... useradd -g ... -d /specialdir -m .... How can I make sure, that this user only work on his home-directory ? |
|
|||
|
you do this by setting the permissions of the users home directory, giving the user read and write access to only his home directory. when you initially create a user the only place that they can write to is their home directory andno place else. the man pages for "chmod" should help.
|
|||
| Google UNIX.COM |