Help for this page

Select Code to Download


  1. or download this
    root@third:~# useradd fred
    root@third:~# passwd fred
    New password: 
    ...
    passwd: password updated successfully
    root@third:~# usermod -aG sudo fred
    root@third:~# groups fred
    
  2. or download this
    root@third:~# exit
    logout
    Connection to 143.110.153.42 closed.
    $ ssh fred@143.110.153.42
    fred@143.110.153.42: Permission denied (publickey).
    $
    
  3. or download this
    root@third:/# which su
    /usr/bin/su