⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rm.txt

📁 上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOURCE code ,还包括一些基本的docs文档。里面src子目录对应所有SOURCE code.对于想研究操作系统的朋
💻 TXT
字号:
 -- 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -