用 root 账号执行chmod命令:
#chmod -R 777 dirPath
参数 -R 表示递归,dirPath及其之内的所有文件夹、文件都被改变了权限。
例子:
#chmod -R 777 /home/user1/workspace/git
使用命令前,用 ls -l dirPath查看文件夹权限信息:
使用命令后:
用 root 账号执行chmod命令:
#chmod -R 777 dirPath
参数 -R 表示递归,dirPath及其之内的所有文件夹、文件都被改变了权限。
例子:
#chmod -R 777 /home/user1/workspace/git
使用命令前,用 ls -l dirPath查看文件夹权限信息:
使用命令后: