answersLogoWhite

0


Best Answer

The # symbol.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When logged in a root in Linux the shell prompt normally changes to display what symbol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you tell if you are logged on as the Linux administrator account while at the command prompt?

With the whoami command.


Which command be used to clear the screen and display the operating system prompt on the first line of the display?

t


Why does Internet explorer prompt for username and password from a sharepoint site but Windows explorer not prompt?

Internet Explorer uses integrated windows authentication which obtains your credentials from the computer you are logged into. If for some reason it cannot obtain these credentials, the browser's session is anonymous so it will prompt you. Or if the account you are using does not have access to the resource. Windows Explorer runs under under the credentials of the account you are logged into.


What does PROMPT command do in operating system?

with the PROMPT command type "prompt text", text being what you want it to say. now, instead of displaying the drive path, it will display what you entered as the text.


In linux. Which prompt does the root user receive when logged in to the system?

Typically a root user sees the '#' symbol as their prompt. If they already have a prompt via the PS1 shell variable then the # symbol is usually added at the end to indicate that they are a root user in this current context.


How do you log out of Unix?

If you logged in from a terminal, simply press Ctrl-D to return to the login prompt. Note: not all environments will take a Ctrl-D to return to the login prompt.  In that case, type exit to exit out of your current login environment.


How do you use echo command to display message in vi editor such as Enter a name?

It seems as though your question has to do with an interactive prompt, which doesn't exist in the 'vi' editor. It is an editor program, and as such is only concerned with text based file changes.


When would command prompt display the word WINDOWS as part of the prompt?

When you are in the Windows directory or one of its sub-directories. Once at the command prompt you could type: CD\Windows That will change the directory to Windows and what you will now see is: C:\Windows>


How do you display qBasic programming if their is no MS-DOS prompt?

If you are using windows, MSDOS shell is integrated by default..


When using a real-mode command prompt how will DOS display the file name MyDocument.doc?

Mydocum~.doc


Can you use Java commands in the Command Prompt e.g. java and javac if you aren't logged in as an admin?

Yes. Just make sure you have the path to the programs in your PATH environment variable.


How do you find a logged on username in active directory using a machine name?

You could try with the nbtstat command in the command prompt. You should type: nbtstat -A [machinename] or [IP address]