Linux Fundamentals P2🐧TryHackMe: THM Write-up🕵🏿LabViet #3
Explore the world of Linux with this hands-on TryHackMe tutorial. From basic commands to file management and permissions, this video covers it all. Perfect for beginners and those looking to enhance their Linux skills. Plus, don't miss the chance to enter our latest giveaway! Click the link in the Description now ► https://bit.ly/VietTube 00:00 Task 1 Introduction 00:07 Task 2 Start machine and ssh tryhackme@machine_IP use password provided in the task (tryhackme) 04:40 Task 3 Flags and Switches What directional arrow key would we use to navigate down the manual page? Down What flag would we use to display the output in a “human-readable” way? -h 06:06 Task 4 Filesystem interaction continued How would you create the file named “newnote”? touch newnote On the deployable machine, what is the file type of “unknown1” in “tryhackme’s” home directory? Command: file unknown1 Answer: ASCII text How would we move the file “myfile” to the directory “myfolder” mv myfile myfolder What are t...