The section Navigation belongs to Linux Fundamentals module.
Download the VPN file from HTB Academy and run the following command in the same directory:
sudo openvpn academy-regular.ovpn # Make sure you have openvpn installed.
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".
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: