UNIX
Programming and Technical
HR Interview
Interview
how can we see the password of other users in the machine as a root user?
how can we do this
Read Solution (Total 2)
-
- f you have superuser privileges, you can change another user's password. Here, we prefix the command with sudo to run it as the superuser.
sudo passwd 'name of user' - 8 years agoHelpfull: Yes(0) No(0)
- NO matter being SU or ROOT you can't see the password of any user. Thought you can easily overwrite the password using GRUB(recovery) mode. But you being root you can do almost all a non-root user can in his domain
- 7 years agoHelpfull: Yes(0) No(0)
UNIX Other Question