名 稱
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