解決CentOS 7 history命令不顯示操作記錄的時間和使用者身份問題

來源:互聯網
上載者:User

解決CentOS 7 history命令不顯示操作記錄的時間和使用者身份問題
centos6 中history命令顯示操作命令的時間和使用者身份

[root@bdkyr ~]# history
294 2017-01-06 16:46:48 root clear
295 2017-01-06 16:46:50 root ll
296 2017-01-06 16:46:52 root cat hostname.sh
297 2017-01-06 16:46:56 root cat nginxlog_cut.sh
298 2017-01-06 16:47:29 root clear
299 2017-01-06 16:47:34 root history
[root@bdkyr ~]# cat /etc/redhat-release
CentOS release 6.6 (Final)
[root@bdkyr ~]#

而centos7中,history命令中不顯示操作命令的時間和使用者身份

[root@bdkyr data]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[root@localhost data]# history -n 10
[root@localhost data]# history 10
1268 \
1269 history
1270 cat /etc/redhat-release
1271 clear
1272 cat /etc/redhat-release
1273 history
1274 clear
1275 cat /etc/redhat-release
1276 history -n 10
1277 history 10
[root@bdkyr data]#

解決該問題只需要在/etc/profile中添加如下變數即可:

export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S `whoami` "

然後運行source /etc/profile命令即可,注意引號中的空格


[root@bdkyr data]# history 10
1273 2017-01-05 19:40:18 root history
1274 2017-01-05 19:40:27 root clear
1275 2017-01-05 19:40:29 root cat /etc/redhat-release
1276 2017-01-05 19:40:35 root history -n 10
1277 2017-01-05 19:40:39 root history 10
1278 2017-01-05 19:41:12 root cat /etc/profile
1279 2017-01-05 19:42:16 root vim /etc/profile
1280 2017-01-05 19:42:26 root source /etc/profile
1281 2017-01-05 19:42:28 root history
1282 2017-01-05 19:42:42 root history 10
[root@bdkyr data]#

至此history命令輸出結果格式完美解決,如果要清除記錄,可以運用history -c,具體history用法如下:

history命令的用法及參數usage: history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]

參數:

n :數字,要列出最近的若干命令列表

-c :將目前的 shell 中的所有 history 內容全部消除

-a :將目前新增的 history 指令新增入 histfiles 中,若沒有加 histfiles ,則預設寫入 ~/.bash_history

-r :將 histfiles 的內容讀到目前這個 shell 的 history 記憶中

-w :將目前的 history 記憶內容寫入 histfiles

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.