I need to change the ownership of a directory inside of a virtual server. Now it is as root, and I need to move for admin.
If I try logged like admin, I get this error: [admin@appds2 root]$ chown admin.admin /etc chown: /etc: Numerical result out of range [admin@appds2 root]$ If I try from hosting server, I get: [root@testserver /root]# chown admin.admin /home/vsd/vs/appds2/etc chown: admin.admin: invalid user So, I add the user admin in hosting server (useradd admin) and I got to give the command, but now, the etc directory it is like this: drwxr-xr-x 14 501 501 4096 Oct 31 05:23 etc And not: drwxr-xr-x 14 admin admin 4096 Oct 31 05:23 etc With certainty I made everything wrong. How can I make that with success? Thanks -- Ana Paula <[EMAIL PROTECTED]> ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
