Skip to content

Linux命令

sudo chown -R $(whoami) /path/to/dir
将指定目录的rwx权限赋值给当前用户
chmod u=rwx /path/to/directory