| View previous topic :: View next topic |
| Author |
Message |
mrpierce Xplorer
Joined: 20 Dec 2002 Posts: 16
|
Posted: Sat Dec 21, 2002 3:36 pm Post subject: Server Access - Permissions |
|
|
Just installed. Newbie to Deb - old-hand with RH and Mandrake so, on a bit of a learning curve.
Absolutely love it so far.
Xandros has setup my user "mpierce" as id 1000. I need to change it to 501 so that it will access everything on my Mandrake9.0 server without me having to reconfig everything.
Is this possible and how? |
|
| Back to top |
|
 |
linl Xandros Employees

Joined: 07 Nov 2002 Posts: 105
|
Posted: Sat Dec 21, 2002 3:53 pm Post subject: |
|
|
| Run this as root: "useradd -m -u 501 mpierce". Run "man useradd" for help. Run "smbpasswd -a mpierce" if you want to use this user for windows share. |
|
| Back to top |
|
 |
mrpierce Xplorer
Joined: 20 Dec 2002 Posts: 16
|
Posted: Sat Dec 21, 2002 4:35 pm Post subject: |
|
|
Thanks for quick reply!
xandros:/etc# useradd -m -u 501 mpierce
useradd: user mpierce exists
Now, I could probably edit a few files and accomplish the trick but I need to ensure that I get everything and am not locked out ie:
/etc/passwd
/etc/group
/etc/group- |
|
| Back to top |
|
 |
linl Xandros Employees

Joined: 07 Nov 2002 Posts: 105
|
Posted: Sat Dec 21, 2002 9:56 pm Post subject: |
|
|
| Try "usermod -u 501 mpierce" for existing user. |
|
| Back to top |
|
 |
|