![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't create users in /home | sdspawankumar | SUN Solaris | 4 | 08-21-2008 08:13 AM |
| Home Directory Jail for Users | mz043 | UNIX for Dummies Questions & Answers | 3 | 04-18-2007 10:14 AM |
| How best to extract the users home from /etc/password | spaceship | Shell Programming and Scripting | 4 | 03-30-2006 04:39 AM |
| HACMP users home directories | zz2kzq | AIX | 1 | 02-21-2006 12:22 PM |
| Profiles for users without home directory | naina | UNIX for Dummies Questions & Answers | 3 | 02-05-2006 01:41 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Home dir for users
Hello all,
Most of our users have the same home directory, I know it’s weird but it has been like this before me and we don't want to change that for now. When creating a new user using command useradd, it is not allowing me to create it because it is using the home directory of someone else. I do use this command under a script : Code:
/usr/sbin/useradd -g $GRO -d $HDIR -s /usr/bin/ksh -c "$FISRTNAME $NAME" $USE HP-UX 11.23 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
make template in sam, and use the purticular template to create similer user permission.
|
|
#3
|
|||
|
|||
|
I think you only have to change the permission of the home users directory, so every one can access to it. You can do it by the command chmod 777.
|
|||
| Google The UNIX and Linux Forums |