1825003 Members
2881 Online
109678 Solutions
New Discussion юеВ

History file

 
SOLVED
Go to solution
O'lnes
Regular Advisor

History file

Hi all,

There is a /.sh_history in UX system to check the history file, how to check the history file in linux?

Thanks
Andy
2 REPLIES 2
Ceesjan van Hattum
Esteemed Contributor
Solution

Re: History file

Lost of people use bash-shell inside of linux. History can be found at ~/.bash_history

Regards,
Ceesjan
U.SivaKumar_2
Honored Contributor

Re: History file

Hi,
.bash_history will be under every user's home directory.
#ls $HOME/.bash_history
root will have that file under /root
cd /root
ll
TO view the history file
#history | more

regards,
U.SivaKumar


Innovations are made when conventions are broken