Linux commands for Cyber Security Engineers
Thawatchai Singngam

Thawatchai Singngam @hackablock

About: Hack@Block

Location:
Bangkok, Thailand
Joined:
Mar 27, 2022

Linux commands for Cyber Security Engineers

Publish Date: Jul 5
1 1

🧩 Beginner Level Exercises
🔹 ls, cd, pwd – Navigating the File System
Scenario: You're investigating a suspicious file in /var/log.

Exercise:

cd /var/log
pwd
ls -l

Enter fullscreen mode Exit fullscreen mode

✅ Task: Navigate to /var/log, print your current directory, and list all files with details.

Comments 1 total

Add comment