Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 10210  / 3 Years ago, wed, september 15, 2021, 12:58:53

I am a web developer and have Apache setup on my local system for testing.



I keep running into issues with the permissions e.g. unless I chmod any new directories to 777 my IDE cannot write to the files there.



I was hoping there was a way to add myself to the group that has control of the www folder (and any sub folders) so I do not have to chmod the files every time.


More From » permissions

 Answers
3

I am working on a related issue, but in your case, you could just add yourself to the web group



sudo adduser $USER www-data


replace USER$ with your username of course.
www-data is the group used for apache web access.


[#36224] Wednesday, September 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
issfullus

Total Points: 264
Total Questions: 126
Total Answers: 107

Location: Comoros
Member since Mon, Dec 19, 2022
1 Year ago
;