当前位置: 技术问答>linux和unix
千万不要尝试的命令
来源: 互联网 发布时间:2016-09-05
本文导语: 千万不要尝试的命令 #:();: #mkfs.ext3/dev/sda #mv/home/yourhomedirectory/*/dev/null #rm-rf/ | debian 好象不吃这一套: -bash: syntax error near unexpected token ';' | 在这里补充几个~~ rm -rf . rm -rf * rm...
千万不要尝试的命令
#:();:
#mkfs.ext3/dev/sda
#mv/home/yourhomedirectory/*/dev/null
#rm-rf/
#:();:
#mkfs.ext3/dev/sda
#mv/home/yourhomedirectory/*/dev/null
#rm-rf/
|
debian 好象不吃这一套:
-bash: syntax error near unexpected token ';'
-bash: syntax error near unexpected token ';'
|
在这里补充几个~~
rm -rf .
rm -rf *
rm -r .[^.]*
dd if=something of=/dev/sda
anycommand > /dev/sda
fork while fork
:(){:|:&};:
wget http://some-place/something
chmod +x something
./something
rm -rf .
rm -rf *
rm -r .[^.]*
dd if=something of=/dev/sda
anycommand > /dev/sda
fork while fork
:(){:|:&};:
wget http://some-place/something
chmod +x something
./something
|
1楼的命令是正确的,我刚重启了机器回来。:(
具体解释见 http://en.wikipedia.org/wiki/Fork_bomb
下面是zz
:() # define ':' -- whenever we say ':', do this:
{ # beginning of what to do when we say ':'
: # load another copy of the ':' function into memory...
| # ...and pipe its output to...
: # ...another copy of ':' function, which has to be loaded into memory
# (therefore, ':|:' simply gets two copies of ':' loaded whenever ':' is called)
& # disown the functions -- if the first ':' is killed,
# all of the functions that it has started should NOT be auto-killed
} # end of what to do when we say ':'
; # Having defined ':', we should now...
: # ...call ':', initiating a chain-reaction: each ':' will start two more.
具体解释见 http://en.wikipedia.org/wiki/Fork_bomb
下面是zz
:() # define ':' -- whenever we say ':', do this:
{ # beginning of what to do when we say ':'
: # load another copy of the ':' function into memory...
| # ...and pipe its output to...
: # ...another copy of ':' function, which has to be loaded into memory
# (therefore, ':|:' simply gets two copies of ':' loaded whenever ':' is called)
& # disown the functions -- if the first ':' is killed,
# all of the functions that it has started should NOT be auto-killed
} # end of what to do when we say ':'
; # Having defined ':', we should now...
: # ...call ':', initiating a chain-reaction: each ':' will start two more.
|
让我想起来第一次上计算机课的时候干的龌龊事。。系统的是DOS 啥版本不知道,那会儿是96年。。
刚学会一个命令,del ,还学会了/? 帮助命令。很兴奋,于是怂恿坐在我边上的小MM做了一个大胆的操作:
del all /Y 并且是在c:> 提示符下进行的。悲剧了。其实我是好心,之前这个小MM建立了一个文件夹,里面好多练习五笔的文件。我很热心的想帮她一次删除的。没想到。。。一节课啥事没干,就用哪种5.25英寸的软盘恢复系统了。惨痛教训告诉我,不动的命令一定不要随便用。。。就算一定要用,也一定看清楚规则和作用对象。。。
刚学会一个命令,del ,还学会了/? 帮助命令。很兴奋,于是怂恿坐在我边上的小MM做了一个大胆的操作:
del all /Y 并且是在c:> 提示符下进行的。悲剧了。其实我是好心,之前这个小MM建立了一个文件夹,里面好多练习五笔的文件。我很热心的想帮她一次删除的。没想到。。。一节课啥事没干,就用哪种5.25英寸的软盘恢复系统了。惨痛教训告诉我,不动的命令一定不要随便用。。。就算一定要用,也一定看清楚规则和作用对象。。。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。