How to add scripts nautilus menu

Create a new user

add sudo to the end of the command below if you want to add to sudoers group.

sudo adduser new_user_name_here

Remove a user

sudo userdel -r bob
Share