Managing users in Linux. Passwords are kept
in:
/etc/passwd
/etc/shadow.
Start a second X session:
$ startx -- :1 vt8
Restrictions on the root account:
(On most) root can logon from the console
only.
To take over an account:
# su george
Execute a command as the root account:
$ sudo
Who may use sudo:
/etc/sudoers
It is possible to set a program to always
run as if ran by the root account. No matter who runs the
program:
SUID root files: a special bit (attribute)
is set.
|