User Tools

Site Tools


add_a_user_to_an_existing_group

This is an old revision of the document!


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.1457085113.txt.gz · Last modified: (external edit)