Linux Fundamentals

@hajdarevicedin said:

I have problem with this task ‘What is the name of the hidden “history” file in the htb-user’s home directory?’, can someone give me like some hints or something…

I accessed both target machine’s home and local workstation home, tried most of ls combinations to see hidden files, but actually got nothing…

What am I doing wrong here, and I would be thankful if you can give me some hints.

First, it really needs to be on the target machine. HTB can’t know how you have your machine configured so asking questions about it wouldn’t make sense.

Try ls -al and see if anything stands out.

If you are still struggling, try ls -al | grep history and see what that returns.

1 Like