Delete all files, delete current directory, and delete visible files in current directory. It's quite obvious why these commands can be dangerous to execute. 下列命令会删除所有文件, 删除当前目录, 删除当前目录下面的文件.
代码:
rm -rf / rm -rf . rm -rf *
Reformat: Data on device mentioned after the mkfs command will be destroyed and replaced with a blank filesystem. 下列命令会摧毁整个文件系统, 重建分区.
代码:
mkfs mkfs.ext3 mkfs.anything
Block device manipulation: Causes raw data to be written to a block device. Often times this wi页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] 第1页、共9页 |