What is the default password for su(super user)?

Asked by Amit Kumar Sinha

I have installed ubuntu, and i am working on the terminal and trying commands as per my syllabus. i need the password for the su(super user) to run several commands which can only executed by the su.

So kindly help me out..

Thanking you..

Amit Kumar Sinha.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdebase Edit question
Assignee:
No assignee Edit question
Solved by:
bcbc
Solved:
Last query:
Last reply:
Revision history for this message
Best bcbc (bcbc) said :
#1

There is none - by default. You can elevate your privileges to root by using sudo, or run commands as root by running 'sudo -i'. Generally, you should be able to do what you need without setting a password for root.

Read this for more info https://help.ubuntu.com/community/RootSudo

Revision history for this message
Sam_ (and-sam) said :
#2
Revision history for this message
zvacet (ivicakolic) said :
#3

" i need the password for the su(super user) to run several commands which can only executed by the su."

You will use sudo not su.Use password witch you put during installation.

Revision history for this message
Amit Kumar Sinha (amitscorpio16) said :
#4

Thanks bcbc, that solved my question.