answersLogoWhite

0

Super User! That allows you to assume full control over the system (Linux/Unix) when you log on as a regular user. You'll need a password.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What does the letters su stand for in a command?

switch user = su $ su above command will change the user to root $su johndoe above command will change the user to johndoe


What do the su command stand for in Linux?

su = switch user RTFM, Luke...


How do you switch users in Unix?

A user may switch their identities when logged in using the 'su' command. On some systems the 'su' command may be restricted.


Which command temporarily changes your access rights to those of another user?

The 'su' command.


What are the difference between su and su-aloke in UNIX OS?

su substitute user.. and su is a unix command used to run the shell of another user without logging off..


How do you install Tux Paint?

Command line (open terminal, type this in): su -c yum install tuxpaint sudo apt-get install tuxpaint emerge tuxpaint


What is the Linux command to reboot?

$su $reboot or $sudo reboot


What does su command in Linux give you?

It allows you to switch users.


What is the command to create a user in Linux?

su command is used to change the user.


What do the letters of su command stand for?

The letters "su" in the command "su" stand for "substitute user" or "switch user." It is a command used in Unix and Linux systems to switch the current user to another user account, typically the superuser (root), to perform administrative tasks. Users can also specify a username to switch to a different user account.


What command temporarily changes your access right to those of another users?

Su


How do you run an installer as a superuser on Ubuntu Linux?

From the command line, always use sudo. For instance:sudo sh installer.shorsudo ./installer.binNote: If you don't have (don't want to use) sudo, then just: su -c './installer'