sudo

Description

Execute a command as another user.

Syntax

sudo [OPTION]...

Practical uses

  • sudo -i: Become the root user.
  • sudo -l: List the allowed (and forbidden) commands for the invoking user.
  • sudo -u <user> <command>: Run a <command> as the specified <user>.
  • sudo -u <user> -i: Login as the specified <user>.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.143.247.81