Task 4 - Filesystem Interaction Continued

Task 4 Filesystem Interaction Continued

How would you create the file named "newnote"?

HINT: Look at the answer formatting - we're not expecting quotation marks for this

Reveal Flag đŸš©

đŸš©touch newnote

On the deployable machine, what is the file type of "unknown1" in "tryhackme's" home directory?

Reveal Flag đŸš©

đŸš©ASCII text

How would we move the file "myfile" to the directory "myfolder"

Reveal Flag đŸš©

đŸš©mv myfile myfolder

What are the contents of this file?

Reveal Flag đŸš©

đŸš©THM{FILESYSTEM}

Continue to apply your knowledge and practice the commands from this task.

No answer needed

Last updated