网站首页  软件下载  游戏下载  翻译软件  电子书下载  电影下载  电视剧下载  教程攻略

请输入您要查询的教程攻略:

 

标题 Linux系统如何定制History输出格式
分类 软件教程
内容     
    Linux系统使用History命令来查看系统的运行记录,从而找出一些问题。但是History输出的数据中常常没有时间等信息。本文就来教大家Linux系统如何定制History输出格式。
    Linux系统如何定制History输出格式
    具体方法如下
    以root用户登录服务器,在/etc/profile.d/下新建一个文件history_command
    vim /etc/profile.c/history_command
    export HISTFILE=$HOME/.bash_history
    export HISTSIZE=1200
    export HISTFILESIZE=1200
    export HISTCONTROL=ignoredups
    export HISTTIMEFORMAT=“`whoami` %F %T ”
    shopt -s histappend
    typeset -r HISTTIMEFORMAT
    source /etc/profile.c/history_command ,使其生效,再敲history命令看看:
    #history 5
    1008 root 2015-09-11 08:54:20 vim /etc/profile
    1009 root 2015-09-11 09:13:17 history | less
    1010 root 2015-09-11 09:15:49 vim /etc/profile
    1011 root 2015-09-11 09:43:20 cat /etc/profile.d/history_command
    1012 root 2015-098. 是你的总会留在身边,不属于你的莫留恋,欣赏你的人在等你,真正陪你一生的人正在把你盼,高兴起来笑一笑,大家都很关爱你,生活依旧灿烂,明天依旧美好,找个帅哥就比他好。-11 09:44:59 history 5
    时间已经有了,/etc/profile和/etc/profile.d/下的文件会在用户interactive login的时候自动执行,所以用户登录机器后每敲一个命令都会被记录到HISTFILE指定的文件中,而且是以追加的方式写入的。
    配置中最关键的地方是export HISTTIMEFORMAT=“`whoami` %F %T ” , 这一行指定history的输出格式。
    以上就是Linux系统如何定制History输出格式的介绍了,这样就能让History显示更多自己想要知道的信息了。
        Linux系统如何定制History输出格式自强海誓山盟不息群星灿烂2. 石榴在桌上滚落出来,浑圆艳红,微微有些霜溜过的老涩,轻轻一碰就要爆裂。爆裂以后则恍如什么大盗的私囊,里面紧紧裹着密密实实的、闪烁生光的珠宝粒子。14. We should make full use of our time to do useful and productive things.50.名不正,则言不顺;言不顺,则事不成。    萍乡道中乍晴,卧舆中困甚,小憩柳塘。国初以来画鞍马,神妙独数江都王。linuxhistory,linux输出格式,linuxhistory时间In conclusion, I agree that appeals to emotion are more powerful tools than arguments and reasoning for promoting products.
随便看

 

霍普软件下载网教程攻略栏目提供软件使用教程、手机游戏攻略等方法技巧。

 

Copyright © 2002-2024 101bt.net All Rights Reserved
更新时间:2025/1/10 10:26:56