answersLogoWhite

0

The su command is used to assume the permissions of another user. Without any parameters, it is used to assume the superuser, or root, account. When followed by the name of a user account, it will allow you to use that user's account and permissions.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

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 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.


Command used to go from User Mode to Privileged Mode is?

For Unix/Linux, use either the 'sudo' command or 'su' to the root account.


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


What is mean by su and su - in unix system?

In a Unix system, su stands for "substitute user" or "switch user," allowing a user to switch to another user account within the terminal. By default, running su without any arguments switches to the root user. The command su - (or su -l) not only switches to the target user but also simulates a full login, loading the user's environment variables and settings, which can be important for access to specific configurations or permissions.


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


What is su in command line?

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.


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 is the Unix command to check to see who is logged in?

The "who" command.


What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.