add_a_user_to_an_existing_group
add the user named tony to the group named ftp
usermod -a -G ftp tony
or
addgroup tony ftp
add the actually logged in user to the group ftp
sudo adduser `id -un` ftp
add_a_user_to_an_existing_group.txt · Last modified: by 127.0.0.1
