Navigation

Hack The Box Academy Module: Linux Fundamentals

The section Navigation belongs to Linux Fundamentals module.

Don't know how to connect to HTB VPN? Click here.

What is the name of the hidden "history" file in the htb-user's home directory?

To see hidden files in Linux, we use the -a flag with ls command:

ls -a

Submit the name of the file containing the word "history".

What is the index number of the "sudoers" file in the "/etc" directory?

Index is shown with the i flag of ls command. To check directly the index number of /etc/sudoers type:

ls -i /etc/sudoers

The shown number is the index. Submit the shown number.

Stuck? See detailed solution video:

Join HTB Academy (Get 20 Cubes Free)

Join Now