Below are the steps required to delete a user. Be sure to login to the head node as root and type the following: userdel -r jdoe (use without the ‘-r’ to keep user’s home directory) syncusers
Category: Groups
1. Adding Users
The syncusers script replicates user accounts across the PowerWulf Cluster™ making it necessary to add accounts only to the head node. Below are the steps required to add a new user. Be sure to login to the head node as root and type the following (e.g. new user account equals John Doe): useradd -c “John Doe” jdoe passwd jdoe su – jdoe … Continue reading 1. Adding Users