Mac 修改文件权限
mac设置文件夹权限 打开终端(终端在:启动台 -> 其他 -> 终端) 输入命令 回车执行命令后,系统会提示输入密码,输入密码后,文件夹权限添加完成 1sudo chmod -R 0777 /Library/WebServer/Documents 以上最后一个是路径,这个路径替换成想要设置的路径即可 参考文献[1]给文件夹添加权限命令,mac设置文件夹权限
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment