linux强制删除只读文件夹,强制删除文件夹linux的方法是什么

134f76610b18a2d8ce670680cadc149d.png

灰烬里等你丶

回答数:14479  |  被采纳数:2

2016-12-17 14:18:36

linux下删除文件的命令是rm;

以下分两种介绍删除方法:

对于目录文件的删除:

#rf -rf filename

对于非目录文件的删除:

#rf filename

之所以对于目录文件的删除加上了强制参数是因为在linux对目录文件的删除是递归式的;

rm 的参数如下所示:

OPTIONS

Remove (unlink) the FILE(s).

-f, --force

ignore nonexistent files, never prompt

-i prompt before every removal

-I prompt once before removing more than three files, or when

removing recursively. Less intrusive than -i, while still giv-

ing protection against most mistakes

--interactive[=WHEN]

prompt according to WHEN: never, once (-I), or always (-i).

Without WHEN, prompt always

--one-file-system

when removing a hierarchy recursively, skip any directory that

is on a file system different from that of the corresponding

command line argument

--no-preserve-root

do not treat ‘/’ specially

--preserve-root

do not remove ‘/’ (default)

-r, -R, --recursive

remove directories and their contents recursively

-v, --verbose

explain what is being done

--help display this help and exit

--version

output version information and exit

赞 1447

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值