LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-30-2009, 09:22 PM   #16
Cory McGraw
LQ Newbie
 
Registered: Dec 2009
Posts: 10

Original Poster
Rep: Reputation: 0
Question terminal


Quote:
Originally Posted by SaintDanBert View Post
I've found that many times you get a prompt for the "ROOT password" and what they actually want is the password you would type with sudo.
Code:
user@host$ ... do some stuff ...
user@host$ sudo ... something ...
prompt for password: *********
... something runs as super user ...
...
...
user@host$ ... back to normal user ...
Try whatever you would type in place of ******** above instead of whatever your would type to login a root itself.

Worked for me,
~~~ 0;-Dan
ok, i am on a similar thing with the terminal, what do I do now?
 
Old 12-30-2009, 09:33 PM   #17
Cory McGraw
LQ Newbie
 
Registered: Dec 2009
Posts: 10

Original Poster
Rep: Reputation: 0
Question terminal

Quote:
Originally Posted by Joe of Loath View Post
You can't login to gnome as root, it has to be in the terminal. So log into gnome as your regular user. In the terminal, to work as root, type "su", and it'll ask for the root password. It's just a different way of working to other distributions. More secure, but a little hard to grasp

If you want to use the sudo command, add your user to the sudoers folder (/etc/sudoers from memory)
ok, i went to su & this came up: [root@localhost user]#
, what now?
 
Old 12-30-2009, 11:40 PM   #18
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Cory;
Here is a repeat of my earlier post:

Quote:
Cory;
1. Please tell us where you are on the original question----as part of this, tell us if any of the advice was useful.

2. I can see how the new question is potentially related, but: When it says "access denied", what is it that you are trying to access? For example, are you trying to download something from a website?

As I said earlier, you really need to provide complete information for us to help you.
To get help here, you really need to respond to what people have told you or asked you
 
Old 12-31-2009, 04:32 AM   #19
Cory McGraw
LQ Newbie
 
Registered: Dec 2009
Posts: 10

Original Poster
Rep: Reputation: 0
the part about getting to the terminal and the part said about the user to root@localhost user was very helpful. now i want to know, what can I do at this screen? can I download things like Firefox updates or Adobe flash, or can I at least be able to use executable files from here?
 
Old 12-31-2009, 08:13 AM   #20
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Cory McGraw View Post
the part about getting to the terminal and the part said about the user to root@localhost user was very helpful. now i want to know, what can I do at this screen? can I download things like Firefox updates or Adobe flash, or can I at least be able to use executable files from here?
Cory;
PLEASE: tell us if you have solved all the previous issues.

From you latest post, I am GUESSING that you now wnow how to open the terminal, switch to root, and that your password is working.

From the terminal, you can:
Run any shell command (The most common shell is BASH)
Run a wide variety of command-driven utilities---on of which is the package manager for the distribution. Since Linpus is based on Fedora, I'm assuming that you have YUM installed. You can verify this by entering "man yum", or just "yum". The details of how to run it are in the man page (man yum).

The manual pages (man) are designed to help you remember specific command options, but are not always the best way to learn. There are all kinds of web resources with tutorials, etc.

Back to the package manager: This is always the best way to install software. If you don't want to use the terminal, there is also a GUI (graphical user interface). This will be in your menus under "install software"---or something similar.

Since this thread was about passwords, I encourage you to start a new thread for specific questions that are unrelated. (But first search here for similar thread---and search on Google)

Good luck
 
Old 12-31-2009, 08:18 AM   #21
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Cory McGraw View Post
the part about getting to the terminal and the part said about the user to root@localhost user was very helpful. now i want to know, what can I do at this screen?
You need to be administrator to install software, or do anything that modifies files outside your home directory for that matter.

Quote:
Originally Posted by Cory McGraw View Post
can I at least be able to use executable files from here?
If you mean like executing a web browser or word procesor, that should NOT be done as administrator. Execute them as yourself, this is the state the terminal is in before you type the su command. Usually the last character of the command prompt is a dollar sign "$" if you are a user, and a pound sign "#" if you are administrator.

http://linuxcommand.org/

http://www.tuxfiles.org/linuxhelp/cli.html

Last edited by MTK358; 12-31-2009 at 08:20 AM.
 
Old 12-31-2009, 04:14 PM   #22
allanf
Member
 
Registered: Sep 2008
Location: MN
Distribution: Gentoo, Fedora, Suse, Slackware, Debian, CentOS
Posts: 100
Blog Entries: 1

Rep: Reputation: 20
Quote:
Originally Posted by dreamwalking View Post
You can enter in the command line also by pressing Ctrl+Alt+F1 or F2, etc, up to F6. You get back to the graphic environment with Ctrl-Alt-F7.
This is not correct when the init deamon is "upstart" as in Ubuntu and Fedora (starting with 9 or 10). The default mode for systems using the "upstart" rather than "sys v" intit daemon is the the first X session (GUI) is on vt-1 (Ctrl-Alt-F1) and the text counsoles are on vt-2 through vt-6 (Ctrl-Alt-F2, ...) and the second X session (if you start a second one) is on vt-7 (Ctrl-Alt-F7). Yes, these systems do not follow tradition (and "upstart" was to be faster which it is not). So remember, it you do not see what is expected on a vt (Virtual Terminal), keep looking thought the 12 that can exist.
 
Old 01-16-2010, 01:19 PM   #23
Cory McGraw
LQ Newbie
 
Registered: Dec 2009
Posts: 10

Original Poster
Rep: Reputation: 0
password

Quote:
Originally Posted by Joe of Loath View Post
You can't login to gnome as root, it has to be in the terminal. So log into gnome as your regular user. In the terminal, to work as root, type "su", and it'll ask for the root password. It's just a different way of working to other distributions. More secure, but a little hard to grasp

If you want to use the sudo command, add your user to the sudoers folder (/etc/sudoers from memory)
Ok, I can get there, how am I able to--- When I want to download the newest firefox, it tells me to put in administrater password, and when I do, it tells me that it is unable to authenticate.
 
Old 09-04-2011, 08:21 AM   #24
patrick.mooney
LQ Newbie
 
Registered: Sep 2011
Location: Santa Barbara, California.
Distribution: Mint Nadia/Bodhi
Posts: 2

Rep: Reputation: Disabled
Smile su vs. sudo

It depends on how you're obtaining administrative privileges. If you're using su, it expects the password for the ROOT account. If you're using sudo, it expects the password for YOUR PERSONAL account (and sudo access has to be set up for you before you can use it -- some distros do this for you automatically).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GNOME: Gain privileges using current user's password instead of root's password maxkukartsev Fedora 5 02-10-2012 09:46 AM
simpler GUI password for Administrative tasks while retaining complex user password? workforfood Ubuntu 1 08-29-2009 06:48 AM
How to retrieve( or reset) root password in Mandrake Linux, as I forgot my password? Reghunath Linux - Software 4 05-08-2008 04:11 AM
How can I change e-mail password(or linux account password) with php in website?? yusuf Programming 1 05-28-2004 09:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration