Why can't the Linux file be unlocked if it is locked? ?
怪我咯
怪我咯 2017-06-10 09:48:58
0
1
798

The files in the apache2 folder under etc are all locked. Last night someone said that executing this command will unlock it. sudo chmod 777 /etc/apache2 But after trying it, it still doesn’t work. The ubuntu16.04 version used

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
習慣沉默

You only set the permissions of /etc/apache2, you should also set the permissions of sub-files and directories

sudo chmod -R 777 /etc/apache2
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!