0
votes
1answer
43 views

Sudoers NOPASSWD for command not working but ALL is

I've been trying to grant www-data to use sudo service apache2 restart without a password but no matter what I try, nothing works. I have read a few hundred posts regarding this issue on different ...
1
vote
0answers
34 views

Why do CLI and GUI methods for shutting down have different security measures?

CLI option for shutting down the system is sudo shutdown -h now This requires the user to give the administrator password, whereas shutting down via GUI doesn't require any password. Why does GUI ...
2
votes
2answers
97 views

How to add a password option in CLI?

I've googled extensively but haven't found how to add a password option so I don't have to type it in manually. I've created the following alias: alias int='sudo service network-manager restart' ...
0
votes
0answers
44 views

Dealing with password protected wireless nettworks from the terminal [closed]

I just switched over to dwm from GNOME and I'm generally very pleased with the switch. My currently difficulties though come from the lack of the small status-indicators like battery power and ...
4
votes
1answer
120 views

How do I get passwords from the keyring in the terminal for usage in scripts?

When you have a LUKS encrypted drive in your computer, Nautilus or Nemo will show it under Devices as a drive with a little lock on it. When you click it, you need to enter a password. If you choose ...
0
votes
0answers
26 views

Can't key in password in Terminal [duplicate]

Possible Duplicate: Nothing shows up on the screen when I type my password I typed in the following command in terminal. "sudo apt-get install ubuntu-restricted-extras" I press enter and I ...
2
votes
1answer
275 views

CLI mod(root) dont accept login credentials on ubuntu 12.10

to install nvidia 304.64 driver on ubuntu 12.10 i need to login as root but it doeant accept my username and password and says incorrect login i also has created a root password but still have the ...
0
votes
2answers
503 views

Open password protected .ods as root. Forgotten password

Sometime ago I made a .ods file with Libreoffice Calc which I password protected. I have now forgotten the password and so am unable to access the file. Is there any way of bypassing the password as ...
0
votes
0answers
32 views

Very confusing administrations and password security [duplicate]

Possible Duplicate: How do I reset a lost administrative password? I have recently suffered an annoying problem which is really bugging me at the moment. When I start Ubuntu, I can login ...
7
votes
1answer
468 views

Opening terminal asks for sudo password

Whenever I open a new terminal within 12.04, I am prompted to enter my sudo password. Why is this happening?
1
vote
1answer
160 views

sudo refuses my password

I've just installed Ubuntu 12.04 and now that I want to install a program through the terminal with a command starting with sudo, the terminal says Sorry, try again. I just don't get it, this is my ...
0
votes
1answer
52 views

repeated entries of the password does allow access at the terminal [closed]

Access terminal ctrl alt f2 asks repeatedly for the password. It is entered it is entered and informs me incorrect password or I am asked for my password again
0
votes
1answer
156 views

How to read the password from variable?

I am trying to move my file to another system which is located in some other place, with this command: rsync -avrz src destination It works fine. But what I need is to put this command in shell ...
2
votes
3answers
8k views

How do I set the root password so I can use su instead of sudo? [duplicate]

Possible Duplicate: How to know my root password? Instead of letting you set a password for root during install Ubuntu set it to * for no password and disables the actual account login, ...
3
votes
6answers
7k views

Password not working for sudo (“Authentication failure”)

Before I mention anything further, DO NOT give me a response saying that terminal won't show password input. I'm AWARE of that. I'm typing my user password in (not a capslock issue), and for some ...
1
vote
3answers
202 views

Can I automate updating/upgrading with sudo in this way?

Please consider this code: alias fast='echo "password" | sudo -S apt-get update && sudo -S apt-get upgrade' I have not yet had a problem using it but is it possible that if the first step, ...
14
votes
3answers
12k views

Execute sudo without Password?

Inspired by this question.... I am the sole person using my system with 12.04. Every time I issue a sudo command; the system asks for the user password (which is good in its own way). However I was ...
0
votes
2answers
2k views

sudo in the Terminal seems not to accept password input [duplicate]

Possible Duplicate: Nothing shows up on the screen when I type my password I upgraded to Ubuntu 12.04 LTS and was trying to update software with sudo apt-get .... In the Terminal I am asked ...
2
votes
3answers
4k views

I cannot enter my password when using sudo to install Sophos AV for Linux

I cannot type my password as shown below. After successfully unlocking root account in Ubuntu 12.04 LTS. saintmichael@ubuntu:~$ sudo usage: sudo [-D level] -h | -K | -k | -V usage: sudo -v [-AknS] ...
1
vote
0answers
86 views

Terminal window not showing password [duplicate]

Possible Duplicate: Nothing shows up on the screen when I type my password When I open a terminal and it asks for my password I can't type in the PW because the keyboard wont react. It ...
7
votes
4answers
618 views

Nothing shows up in the terminal when I type my password

When I'm about to install a program in the terminal it wants the password: [sudo] password for xxx: But when I want to type my password it happens nothing. What should I do?
0
votes
0answers
379 views

How to change the root password on Ubuntu 11.10? [duplicate]

Possible Duplicate: How to know my root password? I am using Bash. I have a freshly installed Ubuntu 11.10 and I need to change the password.
3
votes
2answers
2k views

Enable/Disable Passwordless Login/Autologin Via GUI/Command Line

Before I ask the question, would someone please help stipulate the Ubuntu definition for these two seemingly identical but different terms (I've given drafts.): Autologin - When you power up the ...
1
vote
2answers
782 views

PDFtk Password Protection Help

I am using Ubuntu 11.10 and am looking for a solution to password protect a bunch of pdf files in a directory in batch. I came across PDFtk and it looks like it might do what I need, but I've reviewed ...
3
votes
2answers
5k views

I cannot enter my password in the terminal - can't install packages [duplicate]

Possible Duplicate: Nothing shows up on the screen when I type my password I can open a terminal (Ctrl-Alt-T) I can copy or type in the following: sudo wget ...
3
votes
1answer
893 views

Terminal problems entering password

Every time I try to enable shell theme extension or anything in general in Terminal it asks me for a password but won't accept it.
9
votes
6answers
9k views

How do I navigate to a samba location I've mounted in Nautilus on the command line?

Please note: I am two weeks old in Linux. I have found a lot of answers to this question on the internet, tried many, but all failed one way or another. Therefore I dare to ask once again in the hope ...