You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current prompt in the terminal is root@localhost:~/tutorial#
Would it be possible to change this prompt to a more user-like prompt?
replace # by $
change user from root to robert, alice or bob...
Changing the login user might be the ultimate solution. It will also ensure the starting directory is /home/robert/tutorial instead of /root/tutorial that is not realistic.
The text was updated successfully, but these errors were encountered:
To change the prompt, you can always just type:
PS1="$ " # or use whatever your favorite prompt is.
Not sure about the login user setup and whether a file is retained between sessions to store a change more permanently.
The current prompt in the terminal is
root@localhost:~/tutorial#
Would it be possible to change this prompt to a more user-like prompt?
#
by$
root
torobert
,alice
orbob
...Changing the login user might be the ultimate solution. It will also ensure the starting directory is
/home/robert/tutorial
instead of/root/tutorial
that is not realistic.The text was updated successfully, but these errors were encountered: