Below are the steps required to delete a user account on the NZO HPC Cloud. Please make sure to login to the head node as root or sudo –i. I would recomm # userdel -r jdoe (use without the ‘-r’ to keep user’s home directory) # syncusers
Category: Accounts
2. Managing Accounts
From time to time you will want to check user’s home directories and logins. The following commands and processes listed below will make your life easier as an NZO HPC administrator: – Checking user’s space in /home # du –h —max-depth=1 /home/jdoe” – Monitoring good login attempts # last – Monitoring failed login attempts #… Continue reading 2. Managing Accounts
1. Creating Accounts
The syncusers script replicates user accounts across the NZO HPC Cluster making it necessary to add accounts only to the head node. 1. After logging into the head node as root or sudo -i issue the following commands listed below, changing “John Doe” and jdoe to your respective user that you are adding to the… Continue reading 1. Creating Accounts