终端 归档 - 张再筵的博客

春风又绿江南岸,明月何时照我还?----《泊船瓜洲》

终端小技巧 1. sudo !! 主要是利用了shell(bash)的History Expansion,我们使用history命令时能够列举执行的历史命令列表: $ history 1 tar cvf etc.tar /etc/ 2 cp /etc/passwd /backup 3 ps -ef | grep http 4 service sshd rest...

发布 0 条评论