adding-users.txt ### 4286 # # Again the process: ### # # sudo adduser --ingroup www videos # (new web user "videos") # (use a password that is different from the one for "(pi)") # su videos # (shell to user "videos") # cd # (change to shell home directory) # touch .user-number # that is a period and the number all in one, (.user-number) # makeweb # ls -al # exit # (exit the shell back to where you were) # # # ********* #