Working with Files and Directories

Hack The Box Academy Module: Linux Fundamentals

The section Working with Files and Directories belongs to Linux Fundamentals module.

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

What is the name of the last modified file in the "/var/backups" directory?

Use the command:

ls -lt /var/backups

Submit the name of the file.

What is the inode number of the "shadow.bak" file in the "/var/backups" directory?

ls -i /var/backups/shadow.bak

An inode (short for "index node") is a hidden data structure that Linux uses to store information about a file or folder.

Submit the number as the answer.

Join HTB Academy (Get 20 Cubes Free)

Join Now