linux fedora 错误——权限被拒绝
我在使用 ./newmkapp 命令时在 linux fedora 中收到权限被拒绝错误。错误消息是 -- bash: ./newmkapp: 权限被拒绝..
I am getting permission denied error in linux fedora while using ./newmkapp command. The error message is -- bash: ./newmkapp: Permission denied..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查您的文件权限
如果
您不是所有者,则可以使用它
来更改所有权,或者如果您不是所有者或属于拥有该文件的组,则可以使该文件可由其他人执行。
check your file permissions with
It should look something like this
if you are not the owner you can use
to change ownership, or you can make the file executable by other if you are not the owner or in the group that owns the file.
比数字权限更容易记住:
瞧;)
Easier to remember than numerical permissions:
Voila ;)