sysadmin

Source Code is Free Speech
和 rm -rf * , vrea sa fie pentru toate aparatele radar ? Aaaa… pe fata are probabil alt numar . killall -9 * =))
Linux Command
rm [options这是给出的 文件
Delete one or more 文件. To remove a file, you must have write permission in the directory that contains the file, but you need not have permission on the file itself. If you do not have write permission on the file, you will be prompted (y 或者 n) to override. rm is often aliased to rm -i, especially for the root user, to protect against inadvertently deleting files.
-f ((–force) – Remove write-protected files without prompting.
-r ((–recursive) – If 文件 is a directory, remove the entire directory and all its contents, including subdirectories. Be forewarned: use of this option can be dangerous.