In this post, we covered some Linux command line skills for beginners through solving OverTheWire Bandit CTF from level 1 till level 10.

The Bandit wargame is aimed at absolute beginners. It will teach the basics needed to be able to play other wargames. If you notice something essential is missing or have ideas

The challenges covered in this post comprise learning how to work on different Linux command line tools such as cat, grep, find, ls, etc.

Get OSCP Certificate Notes

There are several things you can try when you are unsure how to continue:

  • First, if you know a command, but don’t know how to use it, try the manual (man page) by entering “man <command>” (without the quotes). e.g. if you know about the “ls” command, type: man ls. The “man” command also has a manual, try it. Press q to quit the man command.
  • Second, if there is no man page, the command might be a shell built-in. In that case use the “help <X>” command. E.g. help cd
  • Also, your favorite search-engine is your friend. Learn how to use it! I recommend Google.

Video Walk-Through

https://www.youtube.com/watch?v=KbWRRGWpC5w
About the Author

Mastermind Study Notes is a group of talented authors and writers who are experienced and well-versed across different fields. The group is led by, Motasem Hamdan, who is a Cybersecurity content creator and YouTuber.

View Articles