名 称
rm - 移 除 文 件 或 者 目 录
概 述
rm [选 项 ]... 文 件 列 表 ...
描 述
本 手 册 页 记 录 GNU 版 本 的 rm。 rm 移 除 每 一 个 指 定 的 文 件 。 默 认 情 况 下 , 它 不 删 除 目 录 。
If the -I or --interactive=once option is given, and there are more than three files or the -r, -R, or --recursive are given, then rm prompts the user for whether to proceed with the entire operation. If the response is not affirmative, the entire command is aborted.
Otherwise, if a file is unwritable, standard input is a terminal, and the -f or --force option is not given, or the -i or --interactive=always option is given, rm prompts the user for whether to remove the file. If the response is not affirmative, the file is skipped.
选 项
删 除 (unlink) 给 定 文 件 。
-f, --force 忽 略 不 存 在 的 文 件 和 参 数 , 从 不 提 示
-i 在 每 次 删 除 前 提 示 |
|||
-I 在 进 行 递 归 删 除 或 删 除 多 于 三 个 文 件 之 前 提 示 用 户 一 次 ; 与 |
-i 相 比 较 更 |
少 干 扰 用 户 , 但 是 仍 然 为 大 多 数 操 作 失 误 起 到 保 护 作 用 。
--interactive[=WHEN]
根 据 WHEN 确 定 提 示
用 户 的 频 率 :
"never"( 从 不 )
、 "once" (-I)、 或
者 "always" (-i); 如
果 没 有 给 定 WHEN 参
数 , 则 总 是 提
示 用 户 。
--one-file-system 在 递 归 地
删 除 一 个 目 录
结 构 时 , 跳 过
与 对 应 命 令 行
参 数 不 在 同 一
个 文 件 系 统 中
的 所 有 目 录
--no-preserve-root 不 对 ’/’
做 特 殊 处 理
--preserve-root[=all] 不 要 删
除 “/”( 默 认 行
为 ) ; 如 添 加
了 “all”参 数 ,
将 拒 绝 处 理 与
父 目 录 位 于 不
同 设 备 上 的 命
令 行 参 数
-r, -R, --recursive 递 归
地 移 除 目 录 及
它 们 的 内 容
-d, --dir 删 除 空 目
录
-v, --verbose 解 释 正 在
发 生 的 情 况
--help 显 示 此 帮 助 信 息 并 退 出 |
--version 显 示 版 本 信 息 并 退 出 默 认 情 况 下 , rm 不 移 除 目 录 。 可 以 使 用 --recursive( -r 或 -R) 选 项 来 同 时 移 除 列 出 的 每 个 目 录 及 其 内 容 。 如 果 需 要 删 除 一 个 文 件 名 以 连 字 符 “-”起 始 的 文 件 , 例 如 ’-foo’, 请 使 用 下 列 命 令 :
rm -- -foo
rm ./-foo 请 注 意 , 如 果 你 使 用 rm 删 除 一 个 文 件 , 在 有 足 够 技 术 水 平 和 /或 时 间 的 情 况 下 , 它 的 部 分 内 容 可 能 仍 然 能 够 被 恢 复 。 如 果 需 要 更 高 的 保 障 来 使 得 文 件 内 容 不 可 恢 复 , 请 考 虑 使 用 shred.
作 者
由 Paul Rubin, David MacKenzie, Richard M. Stallman 和 Jim Meyering 编 写 。
报 告 错 误
GNU coreutils 的 在 线 帮 助 : <https://www.gnu.org/software/coreutils/> 请 向 <https://translationproject.org/team/zh_CN.html> 报 告 翻 译 错 误 。
版 权
Copyright
© 2020 Free Software Foundation, Inc. License GPLv3+:
GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and
redistribute it. There is NO WARRANTY, to the extent
permitted by law.
参 见
unlink(1), unlink(2), chattr(1), shred(1) 完 整 文 档 请 见 : <https://www.gnu.org/software/coreutils/rm> 或 者 在 本 地 使 用 : info '(coreutils) rm invocation'
跋
本 页 面 中 文 版 由 中 文 man 手 册 页 计 划 提 供 。 中 文 man 手 册 页 计 划 : https://github.com/man-pages-zh/manpages-zh