B
BSDAppentic3
Guest
"I must give permissions to my account that isn't root. What should I do?"
There are tutorials that explain it very well. It is something very basic.
So, let's begin: firstly, you must edit the /usr/local/etc/sudoers using
Add this line:
: here "user_name" it's the name of the other account. Replace it by the name of your user non-root.
Press Ctrl+x and save the changes.
Now, go to the login shell. Log with your name and password of your other account.
Type sudo and see what happens.
Bye.
Edit: In case that you don't know how to open a tty, just press ctrl+alt+f2. There you can login.
Edit2: Don't make this unless you understand the risks.
There are tutorials that explain it very well. It is something very basic.
So, let's begin: firstly, you must edit the /usr/local/etc/sudoers using
Code:
nano
Code:
user_name ALL=(ALL) ALL
Press Ctrl+x and save the changes.
Now, go to the login shell. Log with your name and password of your other account.
Type sudo and see what happens.
Bye.
Edit: In case that you don't know how to open a tty, just press ctrl+alt+f2. There you can login.
Edit2: Don't make this unless you understand the risks.