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