Create group for your user
Add user to group
|
usermod -G my_group my_user |
Change user’s password
Now let’s make this user sudoer. Create a new file /etc/sudoers.d/my_sudoers To configure specific user… Read more »
Command eval is builtin shell builtin, part of POSIX. In practice, eval takes a string as argument and evaluates that string as if you would typed it if it was… Read more »
The problem Here is description of imaginary situation we want to solve. You have access via SSH to server server with hostname foobar-server. The foobar-server is running some service –… Read more »