Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-youtube-lyte domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114
Add User to Group In Linux - The Grok Shop

Add User to Group In Linux

We can use the usermod command to add a user to a group. Here I am going to add the user grokman to the group adm:

root@myserver:~# sudo usermod -aG adm grokman
root@myserver:~# exit
Connection to myserver closed.
root@myserver:~# ssh myserver
Welcome to ...
root@myserver:~# groups
admin adm sudo www-data

In Debian / Ubuntu, the being in the adm group will allow you to view logs & do general system monitoring.

Tested on Ubuntu 18.04.5

Sharing is caring!

Leave a Comment

Your email address will not be published. Required fields are marked *