system password

Asked by martino

How can i login as a system user as backup, games, uucp (listed in /etc/passwd) ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Delan Azabani
Solved:
Last query:
Last reply:
Revision history for this message
Best Delan Azabani (azabani) said :
#1

In bash, type:

sudo -iu USERNAME

or

sudo -su USERNAME

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

The first user you made when you installed can use sudo which makes it an admin for the duration of the commands you run with sudo and gksudo (making the OS a lot more secure)

https://wiki.ubuntu.com/HomeUserBackup

Revision history for this message
martino (lrinetti-libero) said :
#3

Thanks Delan Azabani, that solved my question.

Revision history for this message
martino (lrinetti-libero) said :
#4

Many Thanks.
luciano