DEV Community

Thawatchai Singngam
Thawatchai Singngam

Posted on

Linux commands for Cyber Security Engineers

🧩 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.

Top comments (1)

Collapse
 
miss_nachol profile image
Miss Nachol NaTa

good