Switch user command (su) has the following forms:
su
Switch to
su -
Switch to
su -c ""
Run command with the identity of another user. It is mostly used in one-off command with root privileges:
su -c "
The double quotes around
Switch user command (su) has the following forms:
Switch to
Switch to
Run command with the identity of another user. It is mostly used in one-off command with root privileges:
su -c "
The double quotes around