Member-only story

NIS Linux Part I Tryhackme Writeup

Vijay Kumar Gupta
4 min readSep 3, 2024

Room link: https://tryhackme.com/room/nislinuxone
Note: This room is for Premium Members Only. who purchased THM premium membership.

Task 1. What is this room about?

As per the Tryhackme Rules i can’t show you password/hash/flag

if you want to know password complete these rooms

Linux Fundamentals Part 1

Linux Fundamentals Part 2

Linux Fundamentals Part 3

Task 2. ls

Question 1. How do you run the ls command?

Answer: ls

Question 2. How do you run the ls command to show all the files inside the folder?

Answer: ls -a

Question 3. How do you run the ls command to not show the current directory and the previous directory in the output? (almost everything)

Answer: ls -a

Question 4. How do you show the information in a long listing format using ls?

Answer: ls -l

Question 5. How do you show the size in readable format? e.g. k, Mb, etc

Answer: ls -h

--

--

Vijay Kumar Gupta
Vijay Kumar Gupta

Written by Vijay Kumar Gupta

Vijay Gupta is an inspiring public speaker and social entrepreneur who has dedicated his life to bringing about positive change and empowering communities.

No responses yet