InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties…

Follow publication

Member-only story

Powerful Linux Tricks That Will Change Your Life

Frost
InfoSec Write-ups
Published in
11 min read5 days ago

--

If you’ve ever worked in a Linux environment, you know how powerful and versatile it can be. But let’s be honest, at first glance the command line can feel intimidating, like staring at a blank canvas and wondering where to begin.

The truth is, once you unlock the secrets of Linux command-line tricks, you’ll realize it’s not just about typing commands, it’s about working smarter, not harder.

One of the biggest advantages of mastering these tricks is the time you’ll save. Instead of manually repeating the same steps over and over, you can automate tasks, combine commands, and free up your time so you can focus on the important stuff. Let’s dive in!

Create Multiple Folders in One Command

Managing files and directories is one of the most common tasks in Linux, especially when you’re working on a project.

If you’re creating folders one by one, it can quickly become repetitive and boring, especially if you’re dealing with complex folder structures. Luckily, there’s a simple trick that can save you tons of time: using the mkdir command with braces.

The Power of mkdir with Braces {}

Normally, you might use the mkdir command to create a single folder like this:

--

--

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Frost

Technology enthusiast with a special interest for self-improvement & cybersecurity. https://fastskill.net

No responses yet

Write a response