Translated message

A translation of this page exists in English.

为什么在.bashrc脚本中的“HISTFILE”选项中指定的自定义历史文件无效呢?

Solution Verified - Updated -

Issue

为什么在.bashrc脚本中的“HISTFILE”选项中指定的自定义历史文件无效呢?但是users的.history文件就有效。

[test@example ~]$ more .bashrc
# .bashrc

# Source global definitions

if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific aliases and functions

export HISTFILE=/var/log/history/.test_bash_history
export HISTFILESIZE=5000
export HISTSIZE=5000
export HISTTIMEFORMAT="%F %T "

Environment

  • Red Hat Enterprise Linux 4,5,6
  • bash

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content