Add a User
Create the hash of the string "password":
$ openssl passwd password
1MXLZ7HqN6kT2Add the following entry to /etc/passwd:
ret2basic:1MXLZ7HqN6kT2:0:0:root:/root:/bin/bashSwitch to that new user:
su ret2basicThis user has root privilege.
Last updated
Was this helpful?