Linux Fundamentals Part 3
https://tryhackme.com/room/linux3
Task 1 Intro
Read the above.
Deploy the machine attached to this task!
Task 2 [Section 5: Advanced File Operations] - cp
Task 3 [Section 5: Advanced file Operations] - cd && mkdir
Using relative paths, how would you cd to your home directory.
Using absolute paths how would you make a directory called test in /tmp
Task 4 [Section 5: Advanced File Operations] ln
How would I link /home/test/testfile to /tmp/test
Task 5 [Section 5 - Advanced File Operations]: find
How do you find files that have specific permissions?
How would you find all the files in /home
How would you find all the files owned by paradox on the whole system
Task 6 [Section 5: Advanced File Operations] - grep
What flag lists line numbers for every string found?
How would I search for the string boop in the file aaaa in the directory /tmp
Task 7 Binary - Shiba3
What is shiba4's password
Task 8 [Section 6: Miscellaneous]: Intro
Read the above
Task 9 [Section 6: Miscellaneous]: sudo
How do you specify which user you want to run a command as.
How would I run whoami as user jen?
How do you list your current sudo privileges(what commands you can run, who you can run them as etc.)
Task 10 [Section 6: Miscellaneous]: Adding users and groups
How would I add the user test to the group test
Task 11 [Section 6: Miscellaneous]: nano
Read the above
Task 12 [Section 6: Miscellaneous]: Basic shell scripting
Read the above
Task 13 [Section 6: Miscellaneous]: Important Files and Directories
Read the above
Task 14 [Section 6 - Miscellaneous]: Installing packages(apt)
Read the above
Task 15 [Section 6: Miscellaneous]: Processes
Read the above
Last updated