![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on permissions within the PS3 Linux forums, part of the PS3 Main category; hey im running gentoo and i need help how do i get my user account to do everything the root ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#3 |
|
No longer a community member.
|
It's unwise to give a normal user full root access, because it is very easy to destroy your entire system with one bad command. Therefore, you should run commands as root only when you have to.
There are two easy ways to do this. The most direct way, but not the most convenient way is to login as root. Code:
$ su - Password: [enter root password] # whoami root First, you must set sudo up first: Code:
$ su - Password: [enter root password] # visudo Code:
# User privilege specification root ALL=(ALL) ALL Code:
[user name] ALL=(root) ALL Code:
:wq Now, you can use sudo whenever you want: Code:
$ sudo whoami Password: [enter root password] root $ whoami [user name] $ sudo whoami root . If commands are entered close enough together time wise, then you save time by not having to type your password constantly.
|
|
|
|
|
|
#5 |
|
No longer a community member.
|
It's just good practice. Besides, it would take you a long time to recursively give a user permissions to every single file on the hard drive. It my seriously mess up your system too...
Just stick with su or sudo.
|
|
|
|
|
|
#6 |
![]() |
to be fair i just read the linux faq and i have to agree if i had done all that work i wouldnt be root now lol. by the way its outdated you can do windows 95,98 and xp on ydl with qemu then wine google bodega downloads, he makes custom rpms including a very fast snes9x gtk
|
|
|
|
![]() |
| Tags |
| permissions |
| Thread Tools | |
|
|