Technical Notes
We're all on the same page!
Showing posts with label
sudo
.
Show all posts
Showing posts with label
sudo
.
Show all posts
Wednesday, 13 July 2022
How to add a user into "wheel" group?
›
For example, you have only a root user for the super-user activities, but you wanted to use a custom user for some specific purposes. To mak...
Wednesday, 19 December 2018
What are the differences of su/ su -/ sudo / sudo su in linux system?
›
Info: su means, switch user or substitute user sudo means, super user do to use sudo command, related user must be defined in sudoers fi...
Thursday, 15 September 2016
How to gain root access without entering root password on Linux?
›
Add the line into the end of /etc/sudoers file as root vi /etc/sudoers alper ALL=(ALL) NOPASSWD: ALL Test your connection ssh alper @...
›
Home
View web version