changing permissions of files in a directory recursively

前端 未结 4 408
庸人自扰
庸人自扰 2021-02-03 15:41

I am trying to change the permissions of a files present in a directory and subdirectories using the below command and running into below error..can anyone help?



        
4条回答
  •  梦谈多话
    2021-02-03 15:59

    It could be that you simply don't own that file. Run an ls -l on it to see full permissions and who the owner is.

    It could also be the filesystem is read only.

提交回复
热议问题