Results 1 to 5 of 5
When I try to do something it says I must be root to run this application, what does that mean?...
- 03-17-2009 #1
root?
When I try to do something it says I must be root to run this application, what does that mean?
- 03-17-2009 #2
root refers to super user (like administator in windows) - when normal user try to access/execute root user (admin) commands - It will either sayCode:When I try to do something it says I must be root to run this application, what does that mean?
" command not found" or "you must be root to run this application".
Some basic question -answered here
The Fedora Basics FAQ- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 03-17-2009 #3
okay thanks but when do what it says to become root it says su: authentication failure, So what do I do?
- 03-17-2009 #4
That means that for some reason, access was denied (based on your privileges or a failed password). Am I right to assume this is a personal PC? If it isn't, and you aren't the administrator, then you may have not been given the right to super user access.
Also, it is probably better to use sudo rather than su.
- 03-17-2009 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You are using Ubuntu and in this particular distro direct root logon is not permitted by default.
What you must do instead is either prefix the command with sudo which runs that one command as root, or runfirst to give you a root shell.Code:sudo -i
HOWEVER....if you are running a graphical application do not use sudo, but rather gksu which is designed primarily for graphical applications. Can I ask what it is you are trying to do?


Reply With Quote
