You should probably change the ownership of the relevant files and folders. For instance, if you have a website which files are in /var/www/amira, then you could set the files and folders to belong to www-data:amira. Then you would allow that group to edit files and add users to that group. The amira user would already have that group as its primary group. This is a much better approach than saying a user can edit all roots files since you can then limit which files are editable by who. If amira got hacked, then the website would be editable by the hacker, but your openssh-server would still be safe, for instance.