Linux Fundamentals Part 2
https://tryhackme.com/room/linux2
Task 1 Intro
Read the above.
Deploy the machine attached to this task!
Task 2 SSH - Intro
Read the above
Task 3 Putty and SSH
SSH into the server
Task 4 [Section 4: Linux Operators]: "&&"
Read the above
Task 5 [Section 4: Linux Operators]: "&"
Read the above
Task 6 [Section 4: Linux Operators]: "$"
How would you set nootnoot equal to 1111
What is the value of the home environment variable
Task 7 [Section 4: Linux Operators]: "|"
Read the above
Task 8 [Section 4: Linux Operators] - ";"
Read the above
Task 9 [Section 4: Linux Operators]: ">"
How would you output twenty to a file called test
Task 10 [Section 4: Linux Operators]: ">>"
Read the above
Task 11 Binary - shiba2

Task 12 [Section 5 - Advanced File Operations]: Intro
Read the above
Task 13 [Section 5 - Advanced File Operators]: A bit of background.
Read the above
Task 14 [Section 5: Advanced File Operations]: chown
How would you change the owner of file to paradox
What about the owner and the group of file to paradox
What flag allows you to operate on every file in the directory at once?
Task 15 [Section 5: Advanced File Operations]: chmod
What permissions mean the user can read the file, the group can read and write to the file, and no one else can read, write or execute the file?
What permissions mean the user can read, write, and execute the file, the group can read, write, and execute the file, and everyone else can read, write, and execute the file.
Task 16 [Section 5: Advanced File Operations]: rm
What flag deletes every file in a directory
How do you suppress all warning prompts
Task 17 [Section 5: Advanced File Operations]: mv
How would you move file to /tmp
Task 18 Linux Fundamentals 3
Last updated