Step 1: Connect to the App Server
ssh app_server_username@server_name
# example
ssh tony@stapp01
Step 2: Switch to root User
sudo su
Step 3: Add the asked user, set the user UID as asked, and set the directory where the user will be created
userad...