-
Notifications
You must be signed in to change notification settings - Fork 88
Description
π§ Linux Fundamentals - Command Documentation
Your goal is to pick a useful Linux command and document its usage and flags.
π Repository Structure
Please ensure you are working within the correct directory. The structure is as follows:
Learn_To_Hack/
βββ CONTRIBUTORS/
βββ LINUX FUNDAMENTALS/
βββcommonly_used_commands
βββ command_name.txt <-- π YOUR FILE GOES HERE
π Task Instructions
Follow these steps to contribute successfully:
- Choose a Command
Pick a Linux command (e.g., ls, grep, tar, chmod, etc.).
The aim of this repo is to be guide for CTF players and cybersecurity learners, so pick appropriate commands which can teach them something.
- Create Your File
Create a text file named exactly after the command.
Naming Convention: command_name.txt (e.g., grep.txt).
Location: Make this file inside the LINUX FUNDAMENTALS folder.
- Write the Content
Provide a brief description of what the command does.
4.Explain all of its flags.
Constraint: If the command has a massive number of flags, you must explain at least 5 distinct and useful flags.
- Submission
Commit your changes.
Open a Pull Request (PR) targeting the main branch.
Make sure your PR template is correct
Happy Hacking!!