root pw = admin pw?

young

Verified User
Joined
Oct 22, 2003
Messages
84
does the root password have to be the same as the admin's password?
 
Hi,

I understand that admin and root have different privileges (root having total privileges), and I understand they should both have different passwords.

But what are the differences in privileges *exactly*? What can't admin do that root can?

Cheers,
Matt
 
root can remove the user admin, while user admin can't remove root? :rolleyes:
 
if you ssh with the admin account you can't access some directories and files.

try find / and look at all the Permission Denied messages.
 
Thanks :)

Anyone have a more definitive answer? I've looked everywhere, but all the answers I can find are really vague.

Cheers,
Matt
 
Hello,

Root is a godlike creature that lives on the server. He can do anything and everything and is required for 99% of the software installs. Without root, you can't change program settings or things like that. DirectAdmin is a portal to the things that root can do. For example, creating a virtualhost in the apache settings requires root access. DirectAdmin has root access so it can do it.

Admin is just any other "joe schmoe" user on the server. If you log into the server with ssh as admin, you wont' be able to do much. However, DirectAdmin grants the administrators on the server more root goodies to use to control the server *through* DA. (restart services, create users etc..). The thing to remember that the admin user himself (at a system level) has the same limited access rights as any other user on the server who gets an account, but DirectAdmin just acts as a middle man to the things that root will do.

John
 
Right, so the 'admin' user on a DA server has more privileges than a normal 'admin user' on a plain old linux box?

While we're at it, anybody know how to use PSFTP (Putty SFTP to transfer the whole of my VDS' drivespace onto my local machine?

Cheers,
Matt :)
 
Back
Top