Oct
02
History file in Linux is the file in which the command history is stored, it is created in the home directory of every user, e.g. in case the user is Joe and his home directory is /home/Joe than the file will be /home/Joe/.bash_history
You can also find the path to your history file using the command $HISTFILE , if it is not set than the command history is not saved when an interactive shell exits
Related posts:
- How to install fonts Linux There are many ways by which you can install fonts...
- How is Linux Different than Solaris Differences between Linux and Solaris Linux is also just a...
- How to delete Google Search History ? If you are using Google toolbar than you can delete...
- dmesg linux boot messages dmesg command The messages that appear on the screen while...
- How to specify a file as input for grep or awk ? Now that is a very basic thing! But it is...
- du command in linux du command in Linux is used too check the amount...
no comment untill now