LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Authenticate (https://www.linuxquestions.org/questions/linux-newbie-8/authenticate-889573/)

billybob12 07-02-2011 02:24 PM

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.

John VV 07-02-2011 03:19 PM

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 .

billybob12 07-02-2011 03:38 PM

Quote:

Originally Posted by John VV (Post 4402755)
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.

repo 07-02-2011 03:47 PM

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

billybob12 07-02-2011 03:52 PM

Quote:

Originally Posted by repo (Post 4402777)
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?

repo 07-02-2011 03:54 PM

Open a terminal and type
Code:

su
give the password

Kind regards

John VV 07-02-2011 04:02 PM

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


billybob12 07-02-2011 04:06 PM

OK. Thank you much.

repo 07-02-2011 04:45 PM

If the problem is solved, please mark the thread as such, using the thread tools.

Kind regards

billybob12 07-02-2011 04:50 PM

Quote:

Originally Posted by repo (Post 4402840)
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.

John VV 07-02-2011 05:06 PM

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

billybob12 07-02-2011 05:19 PM

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.

TobiSGD 07-02-2011 06:24 PM

Quote:

Originally Posted by billybob12 (Post 4402845)
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.

Inkit 07-02-2011 09:54 PM

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.

EDDY1 07-03-2011 12:22 AM

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.


All times are GMT -5. The time now is 05:04 PM.