Linux 归档 - 张再筵的博客

世界是一场空虚的宇宙,有时候仍像是一个梦。----《少女诗人小冰》

终端小技巧 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...

发布 1 条评论