博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux – cannot remove owned file with 777 permissions
阅读量:2354 次
发布时间:2019-05-10

本文共 722 字,大约阅读时间需要 2 分钟。

ls -altotal 12dr-xr-xr-x 3 rayell pg1083760 4096 2010-10-10 10:00 .drwxr-xr-x 3 rayell pg1083760 4096 2011-09-02 04:33 ..-rwxrwxrwx 1 rayell pg1083760    0 2011-09-02 06:38 default.settings.phpdrwxrwxrwx 2 rayell pg1083760 4096 2011-09-02 04:33 files-rwxrwxrwx 1 rayell pg1083760    0 2011-09-02 06:38 settings.phprm -Rf *rm: cannot remove `default.settings.php': Permission deniedrm: cannot remove directory `files': Permission deniedrm: cannot remove `settings.php': Permission denied
 
 
The reason is that the parent directory has chmod 705 or something like that. You can chmod the parent directory by the following command: chmod -R 777 directory_name After this, you can remove that directory and the files it contains.

转载地址:http://qnutb.baihongyu.com/

你可能感兴趣的文章
ICTCLAS分词系统Java调用接口在Eclipse中的安装 http://blog.csdn.net/CloneIQ/archive/2006/07/20/945909.aspx
查看>>
在基于Struts构架的Java Web项目中加入ICTCLAS分词http://blog.csdn.net/CloneIQ/archive/2006/08/09/1043088.aspx
查看>>
QQ尾巴病毒的发送原理分析http://www.bitscn.com/hack/virus/200607/46309.html
查看>>
手把手教你把Vim改装成一个IDE编程环境(图文)http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
查看>>
Skydrive 微软1G免费网盘申请
查看>>
什么是SEO http://www.seozone.net/search-engine-optimization/what-is-seo.html
查看>>
Closure http://www.martinfowler.com/bliki/Closure.html
查看>>
闭包(Closures)在各种语言中的例子 http://blog.csdn.net/ruby_cn/archive/2004/11/23/192588.aspx
查看>>
学做网页Applet录音机
查看>>
弹出run a dll as an app对话框&关机蓝屏的解决方法
查看>>
时空不是连续的
查看>>
勾股定理证明评监
查看>>
评测主流网站统计系统
查看>>
Jxta 命令 shell
查看>>
火页的窝--如何配置JXTA Shell(airclh)
查看>>
澳洲数学高手提速网络
查看>>
[图]跳过Windows,Phoenix开发内建在BIOS的小型操作系统
查看>>
学GOOGLE的一个特酷的效果实现的源码
查看>>
显示隐藏文件全攻略
查看>>
20余款网页按钮和标志生成站点(在线按钮制作)~ - 恋上CSharp - 博客园
查看>>