Which Bash environment variable defines in which file the user history is stored when exiting a Bash process? (Specify ONLY the variable name.)



Answer: HISTFILE

題解

bash的「HISTFILE」變數所儲存的路徑為bash指令紀錄檔案的路徑。預設路徑為「~/.bash_history」。