create a linux user with create files and write permissions without sudo access
1
vote
1
answer
2168
views
I want to create a user in such a way that it can create a file and update the contents of the file.
useradd username
For
sudo
, we can create a username and link it to sudo
as shown below:
useradd username sudo
But I don't want to give sudo
-access, and without sudo
-access I am unable to create or update files.
Asked by kasinos
(33 rep)
May 6, 2015, 12:17 PM
Last activity: Dec 18, 2024, 01:22 PM
Last activity: Dec 18, 2024, 01:22 PM