it's the command line prompt. your command actually starts after #. so you are using bash shell version 3.2. you can customize it or just don't bother.
it's the command line prompt. your command actually starts after #. so you are using bash shell version 3.2. you can customize it or just don't bother.
"root" may refers to the unix user named "root" or the "root" directory at "/"
"sudo -s" without specifying any command after it will promote your current user (if allowed) to "root" unix user.
To know what is your current user at the command session, you can type "id" to print it out.
Normally, the command prompt "$" is given to non-privileged unix user, and '#' is given to superuser(root), however, this can be changed and not absolute.
forgot to add, if u want e bash prompt to look different (e.g. different color etc...) u can customize using e .bash_profile file for each individual user
"root" may refers to the unix user named "root" or the "root" directory at "/"
"sudo -s" without specifying any command after it will promote your current user (if allowed) to "root" unix user.
To know what is your current user at the command session, you can type "id" to print it out.
Normally, the command prompt "$" is given to non-privileged unix user, and '#' is given to superuser(root), however, this can be changed and not absolute.
forgot to add, if u want e bash prompt to look different (e.g. different color etc...) u can customize using e .bash_profile file for each individual user
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ. Forum members and moderators are responsible for their own posts.