大家好,又见面了,我是你们的朋友全栈君。
灰烬里等你丶
回答数: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
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/130855.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...