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 07-02-2011, 02:24 PM   #1
billybob12
LQ Newbie
 
Registered: Jun 2011
Location: Dover,FL
Distribution: LInux mint 14 Nadia
Posts: 22

Rep: Reputation: 0
Question Authenticate


The fact that I am forced to enter my password at many tasks I want to accomplish is rediculous. Ticking the box remember does nothing.
Is there any way to tweak Pclinus to not bug for a password at every turn?I am beginning after a few hours with this system to see it may be over hyped. The simplest task become extremely difficult to accomplish like having to click 11 times to make a simple shortcut on the desktop.
I am going to stick with it though.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 07-02-2011, 03:19 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if you do not like security then go back and use XP as Administrator


Quote:
The fact that I am forced to enter my password at many tasks
then i guess you hate Vista and win7 also -- it has even MORE times where you need to


95% of the time i NEVER need to enter the root password for normal everyday things

but to install software YOU BET I WOULD want and NEED to .
 
2 members found this post helpful.
Old 07-02-2011, 03:38 PM   #3
billybob12
LQ Newbie
 
Registered: Jun 2011
Location: Dover,FL
Distribution: LInux mint 14 Nadia
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
if you do not like security then go back and use XP as Administrator



then i guess you hate Vista and win7 also -- it has even MORE times where you need to


95% of the time i NEVER need to enter the root password for normal everyday things

but to install software YOU BET I WOULD want and NEED to .
Well I thought this forum was here to help Linux users--NOT CRITICIZE. I stand by what I posted Mr. FWIIW 4404 poster. I have had to enter my password more times in the three days I have had Linux than the 12 years I have had a computer with Windows. Security can be overkill as it is with this OS.You must have got your first computer recently and that explains the rediculous statement you have posted.
 
0 members found this post helpful.
Old 07-02-2011, 03:47 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You only need the password for system task, when you change system files, which is a good thing.
You can open a terminal, become root, and do whatever you want for the whole day, you only need to enter the password once.

Kind regards
 
Old 07-02-2011, 03:52 PM   #5
billybob12
LQ Newbie
 
Registered: Jun 2011
Location: Dover,FL
Distribution: LInux mint 14 Nadia
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
You only need the password for system task, when you change system files, which is a good thing.
You can open a terminal, become root, and do whatever you want for the whole day, you only need to enter the password once.

Kind regards
You can open a terminal, become root, and do whatever you want for the whole day, you only need to enter the password once
Thanks. Can you tell me the code to accomplish that task?
 
Old 07-02-2011, 03:54 PM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Open a terminal and type
Code:
su
give the password

Kind regards
 
Old 07-02-2011, 04:02 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the code
Code:
su -
"su "root BUT with the current user $PATH in the current folder
"su - " root with full root $PATH in /root


but the gui rightly WILL ask for things like
installing software
changing NON user files
changing system files
mounting automounted partitions
normal everyday ADMINISTRATIVE tasks


in a normal day the ONLY times i have to type in my root password is
autoupdates has some updates
mounting the READ ONLY windows c drive so i can write to it ( mounted this way on purpose )
install something IF i had to build some software
Code:
./configure
make
su
-- root password when asked for---
make install
 
1 members found this post helpful.
Old 07-02-2011, 04:06 PM   #8
billybob12
LQ Newbie
 
Registered: Jun 2011
Location: Dover,FL
Distribution: LInux mint 14 Nadia
Posts: 22

Original Poster
Rep: Reputation: 0
OK. Thank you much.
 
Old 07-02-2011, 04:45 PM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
If the problem is solved, please mark the thread as such, using the thread tools.

Kind regards

Last edited by repo; 07-02-2011 at 04:47 PM.
 
Old 07-02-2011, 04:50 PM   #10
billybob12
LQ Newbie
 
Registered: Jun 2011
Location: Dover,FL
Distribution: LInux mint 14 Nadia
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
If the problem is solved, please mark the thread as such, using the thread tools.

Kind regards
But the problem is not solved. typying su is not recognized as valid.
This I don't know what it means or what I am supposed to do with it.

u "root BUT with the current user $PATH in the current folder
"su - " root with full root $PATH in /root

Typed su - and it is not recognized as valid code.
 
Old 07-02-2011, 05:06 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you might want to read up on some Linux basics
a bit old but still good for the terminal
http://rute.2038bug.com/rute.html.gz
http://tldp.org/LDP/Bash-Beginners-G...tml/index.html
http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/

seeing as you say you are using the older Ubuntu10
http://www.ubuntu.com/support

or is is "PCLinuxOS "?
http://www.pclinuxos.com/
http://www.pclinuxos.com/?page_id=12
 
1 members found this post helpful.
Old 07-02-2011, 05:19 PM   #12
billybob12
LQ Newbie
 
Registered: Jun 2011
Location: Dover,FL
Distribution: LInux mint 14 Nadia
Posts: 22

Original Poster
Rep: Reputation: 0
Thumbs down

I am running PCLINUS KDE Version 4.6.4.
I think a group of programmers got together and dicided they would craft an OS that is so discombulated and disjointed that very few could learn how to navagate expertly if at all.
Even the shutdown is drawn out for what reason I can't imagine.
 
Old 07-02-2011, 06:24 PM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by billybob12 View Post
Typed su - and it is not recognized as valid code.
What do you mean with that? Which error-message do you get?

Quote:
I am running PCLINUS KDE Version 4.6.4.
There is no distribution with that name, please have a closer look at the name.

Since you seem to be very new to Linux and seem also to come with a Windows mindset to your new OS I would recommend to read this article.
 
1 members found this post helpful.
Old 07-02-2011, 09:54 PM   #14
Inkit
Member
 
Registered: Feb 2011
Location: India
Distribution: Mint 10
Posts: 142

Rep: Reputation: 15
Hey billy,
Maybe you wouldn't want my advise, but considering that you are "brand new" to linux and are finding your current distribution a little difficult to manage, why don't you try something else. There are a number of other ones that are much easier than you say yours is. Ubuntu for example, or even Mint. They don't give you any trouble, and as everyone else here says, you may get a password prompt now and then, but that is only when you are doing something that requires administrative privileges.
I personally started on Mint and found it very easy. If you do want to try Mint go with the Mint 9 version or even Mint 10. Mint 11 is the newest release, but many users have complained about a few bugs, so lets leave that for some time.
 
1 members found this post helpful.
Old 07-03-2011, 12:22 AM   #15
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Hey billybob12, welcome to linux.
Linux takes a little getting used to, but when you are familiar with the os you will learn to appreciate it.
Yes you'll have to input passwords a few times ,but if it's a multi-user machine you'll apppreciate that your files are & system are protected from changes made by others.
Hope you enjoy your experience & you have help if you require it.
 
1 members found this post helpful.
  


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
Cannot authenticate via AD avantman42 Linux - Server 0 07-16-2007 10:31 AM
Vsftpd help - Can't authenticate s0n|k Linux - Networking 3 02-23-2007 09:06 AM
Courier : how to authenticate vikasumit Linux - Software 1 06-09-2006 07:35 AM
authenticate against AD paul_mat Linux - Networking 5 05-28-2005 08:34 AM
Authenticate from a LDAP SuperSerg Linux - Security 2 12-20-2004 11:16 AM

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

All times are GMT -5. The time now is 06:40 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