Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 636 Bytes

File metadata and controls

27 lines (16 loc) · 636 Bytes

35 - Linux Basics 2

Written by Michael Zhang

Problem

Now that you're somewhat familiar with how the Linux shell works, we'll move on to another command that is useful: cat.

To solve this problem, log into the shell server, and try to find out what's inside /problems/cat/flag.txt!

Hint

There are multiple ways to solve this problem; kudos to you if you find them all!

Solution

login as: user37142
user37142@shell.easyctf.com's password:

user37142@easyctf:~$ cat /problems/cat/flag.txt
see_linux_isn't_so_scary_after_all

Flag

see_linux_isn't_so_scary_after_all