Linux认证 > 综合辅导 > 文章内容

对Linux新手非常有用的20个命令:history命令

2016-6-1编辑:ljnbset

history命令

history”命令就是历史记录。它显示了在终端中所执行过的所有命令的历史。

?

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

root@tecmint:~# history

 

 sudo add-apt-repository ppa:tualatrix/ppa

 sudo apt-get update

 sudo apt-get install ubuntu-tweak

 sudo add-apt-repository ppa:diesch/testing

 sudo apt-get update

 sudo apt-get install indicator-privacy

 sudo add-apt-repository ppa:atareao/atareao

 sudo apt-get update

 sudo apt-get install my-weather-indicator

 10 pwd

 11 cd && sudo cp -r unity/6 /usr/share/unity/

 12 cd /usr/share/unity/icons/

 13 cd /usr/share/unity

注意:按住“CTRL + R”就可以搜索已经执行过的命令,它可以在你写命令时自动补全。

?

1

(reverse-i-search)`if': ifconfig

对Linux新手非常有用的20个命令:uname命令

热点推荐

登录注册
触屏版电脑版网站地图