List of entered commands in terminal window

Hello,
I am trying to figure out how my SysAdmin has installed/configured my PC. Since I can easily find out which commands have been entered during installation by pressing the “up” key in the terminal window , I wonder if there is a possibility of printing out a list of all the commands that have been entered there.
Thanks in advance for any help.

RavenFaun

Do you mean like the hidden file in your /home/username/.bash_history

RavenFaun wrote:

> I am trying to figure out how my SysAdmin has installed/configured my
> PC. Since I can easily find out which commands have been entered during
> installation by pressing the “up” key in the terminal window , I wonder
> if there is a possibility of printing out a list of all the commands
> that have been entered there.

Open a terminal and type “history” :slight_smile:

Greetings,


Camaleón

Very cool, thanks to both of you for the help!