命令歷史

shell進(jìn)程會(huì)記錄用戶提交執(zhí)行過(guò)的命令

可以是用history查看:

移動(dòng)開(kāi)發(fā)培訓(xùn),Android培訓(xùn),安卓培訓(xùn),手機(jī)開(kāi)發(fā)培訓(xùn),手機(jī)維修培訓(xùn),手機(jī)軟件培訓(xùn)

[root@localhost dev]# history 
    1  ss -tnl    2  ifconfig
    3  vi /etc/sysconfig/network-scripts/ifcfg-ens33 
    4  reboot 
    5  systemctl stop firewalld    6  systemctl disable firewalld    7  ifconfig
    8  ifconfig
    9  startx   10  ping 114.114.114.114
   11  top
......  140  who -b  141  who -r  142  date
  143  w
  144  history

網(wǎng)友評(píng)論