Linux設定歷史命令顯示執行時間
root使用者修改
[root@localhost ~]# vim /etc/profile
末尾新增以下行:
export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
:wq
[root@localhost ~]# source /etc/profile
history檢視;或者退出視窗重新進入,就會顯示執行時間。
如下:
[root@localhost ~]# history
1 2016-03-29 05:55:13 cat /etc/hosts
2 2016-03-29 05:55:42 /usr/sbin/ntpdate asia.pool.ntp.org
3 2016-05-04 09:44:37 date
4 2016-05-04 09:44:41 ntpq -p
5 2016-05-04 09:44:46 clear
6 2016-05-04 09:44:56 yum -y install openssl openssl-devel ruby ruby-json
7 2016-05-04 09:47:48 wget && tar -zxvf facter-2.4.6.tar.gz && cd facter-2.4.6 && ruby install.rb
8 2016-05-04 09:48:55 cd ../rm -rf facter*
9 2016-05-04 09:49:03 cd ../
10 2016-05-04 09:49:08 rm -rf facter-2.4.6*
11 2016-05-04 09:49:25 yum -y install
12 2016-05-04 09:49:47 wget && tar -zxvf puppet-3.8.7.tar.gz && cd puppet-3.8.7 && ruby install.rb
13 2016-05-04 09:53:01 cp -v conf/auth.conf /etc/puppet/
14 2016-05-04 09:53:13 cp -v ext/redhat/puppet.conf /etc/puppet/
15 2016-05-04 09:53:24 cp -v ext/redhat/client.init /etc/init.d/puppet
16 2016-05-04 09:53:34 chmod +x /etc/init.d/puppet
[root@localhost ~]# vim /etc/profile
末尾新增以下行:
export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
:wq
[root@localhost ~]# source /etc/profile
history檢視;或者退出視窗重新進入,就會顯示執行時間。
如下:
[root@localhost ~]# history
1 2016-03-29 05:55:13 cat /etc/hosts
2 2016-03-29 05:55:42 /usr/sbin/ntpdate asia.pool.ntp.org
3 2016-05-04 09:44:37 date
4 2016-05-04 09:44:41 ntpq -p
5 2016-05-04 09:44:46 clear
6 2016-05-04 09:44:56 yum -y install openssl openssl-devel ruby ruby-json
7 2016-05-04 09:47:48 wget && tar -zxvf facter-2.4.6.tar.gz && cd facter-2.4.6 && ruby install.rb
8 2016-05-04 09:48:55 cd ../rm -rf facter*
9 2016-05-04 09:49:03 cd ../
10 2016-05-04 09:49:08 rm -rf facter-2.4.6*
11 2016-05-04 09:49:25 yum -y install
12 2016-05-04 09:49:47 wget && tar -zxvf puppet-3.8.7.tar.gz && cd puppet-3.8.7 && ruby install.rb
13 2016-05-04 09:53:01 cp -v conf/auth.conf /etc/puppet/
14 2016-05-04 09:53:13 cp -v ext/redhat/puppet.conf /etc/puppet/
15 2016-05-04 09:53:24 cp -v ext/redhat/client.init /etc/init.d/puppet
16 2016-05-04 09:53:34 chmod +x /etc/init.d/puppet
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9034054/viewspace-2093302/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 顯示oracle執行時間Oracle
- js時間顯示設定JS
- Linux下快速執行歷史命令的方法Linux
- 設定RMAN顯示的日期時間格式
- Linux命令之stty - 顯示和修改終端行設定Linux
- git提交歷史在一行顯示Git
- Linux命令執行時間測試Linux
- Linux 定時執行指令碼、命令Linux指令碼
- linux歷史命令Linux
- 設定Linux關機時自動執行指定命令Linux
- linux 清空歷史執行記錄Linux
- 如何測試Linux命令執行時間?Linux
- Linux使用time命令獲取命令執行時間Linux
- Linux命令之date - 顯示、修改系統日期時間Linux
- win10時間顯示秒怎麼設定_win10時間顯示秒如何調出Win10
- history命令顯示,操作執行日期
- 讓history命令顯示日期和時間
- linux 終端顯示時間Linux
- Linux基礎命令---ntpstat顯示時間伺服器同步Linux伺服器
- 《程式設計時間簡史系列》JavaScript 模組化的歷史程式程式設計JavaScript
- Linux中多種方法實時記錄歷史命令Linux
- 【Linux-時間設定】-設定時區並調整時間Linux
- git log提交歷史顯示不完全Git
- Qt 時間顯示QT
- [oracle] 查詢歷史會話、歷史執行計劃Oracle會話
- oracle 中如何顯示sql語句的執行時間和sql語句的執行後的當前時間OracleSQL
- linux設定crontab定時執行任務計劃Linux
- linux之crontab定時執行命令走過的坑坑Linux
- win10系統如何設定時間日期顯示農曆Win10
- linux下面顯示所有正在執行的執行緒Linux執行緒
- Linux 中如何設定每個特定的時間執行特定的程式Linux
- python之為函式執行設定超時時間(允許函式執行的最大時間)Python函式
- php不設定指令碼執行時間的方法PHP指令碼
- Linux 中顯示可執行檔案的路徑 | 哪個命令Linux
- Linux中如何設定顯示檔案的前幾行?Linux
- shell 命令提示符中顯示時間(qbit)
- Qt設計:時間顯示(QTimer)QT
- Linux基礎命令---間歇執行命令watchLinux