Advanced Search
Search Results
2 total results found
Server administration
General helpbase for server administration stuff
User commands
Server administration
Linux commands for handling users and roles: adduser nameĀ //Adds a new user interactivly (creates a default shell and home directory) deluser nameĀ //Removes a user deluser --remove-home name //Removes a user and also deletes their home directory usermod -aG g...