rm.txt
来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· 文本 代码 · 共 24 行
TXT
24 行
-- rm --Remove (delete) one or more files.Synonym: delUsage: rm [-R] [-S#] <file1> [file2] [...]This command will remove one or more files. Normally it will not removedirectories. To remove a directory, use the 'rmdir' command.Options:-R : Force recursive deletion, including directories.-S[number] : Securely delete the file by overwriting it with random data (number minus 1 times) and then NULLs, and then deleting the file. The default number value is 5 if no value is supplied.Note the -S option is not allowed if the -R option is used.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?