
Basic Introduction to Parrot Operating System
Knowing about the Parrot Operating System
Download and install Oracle VM VirtualBox 7.x on a Windows 11 machine, including the extension pack, from virtualbox.org, and explore the VirtualBox manager to create, import, and export virtual machines.
download parrot security os v6 live cd iso, and install it in vmware workstation pro 17 by selecting debian-based 64-bit and enabling encryption.
Explore the vim editor in Parrot OS, mastering terminal-based text editing by navigating normal, insert, and visual modes, creating and saving files, and reading content with cat.
Learn how absolute paths start from the root and stay fixed, while relative paths navigate from your current directory. Use this knowledge to navigate and manage files efficiently in Linux.
Learn to copy directories in Parrot OS using the cp command. Use the recursive option -r to copy all files and subdirectories and handle non empty directories.
Move files and directories with mv, create directories and files with mkdir and touch, and learn that moving doesn't require -r while copying directories does.
Learn to remove files and directories in Parrot OS v6.3 by using rm to delete single or multiple files, verify with ls -l, and confirm your current directory with pwd.
Here’s a clear and structured description of common Linux command-line help and search utilities:
--help
A quick way to get basic usage information about a command.
Displays available options and syntax directly in the terminal.
Useful for fast reference without opening detailed manuals.
Example:
ls --help
man (Manual Pages)
Provides detailed documentation for commands, system calls, and configuration files.
Organized into sections (e.g., user commands, system calls).
Best for in-depth understanding.
Example:
man ls
Press q to exit the manual.
info
Offers more detailed and structured documentation than man.
Supports navigation through linked sections (like a mini website in terminal).
Useful for learning complex tools like bash or coreutils.
Example:
info ls
locate
Quickly finds files by searching a pre-built database.
Much faster than find, but may show outdated results if the database isn’t updated.
Example:
locate filename
Update database:
sudo updatedb
find
Searches for files and directories in real time.
Highly flexible with filters like name, size, type, permissions, time.
Slower than locate but more accurate and powerful.
Example:
find /home -name file.txt
Summary
--help → Quick command usage
man → Detailed manual
info → Structured documentation
locate → Fast file search (database-based)
find → Powerful real-time file search
tar (Tape Archive) is a Linux utility used to combine multiple files and directories into a single archive file without compression, making it useful for organizing, packaging, and transferring data while preserving file structure, permissions, and metadata.
gzip is a fast and widely used compression tool that reduces file size with moderate compression efficiency, while bzip2 provides higher compression ratios for smaller file sizes but operates more slowly due to its more intensive compression algorithm.
Verify hardware and resources in Parrot OS using commands like lscpu, lspci, lsusb, df -h, and INXI-FXZ to view cpu, memory, disk, and device details.
Explore file and folder permissions in Linux using Parrot Security OS essentials. Understand how permissions affect access and system security.
Congratulations on completing the **Parrot Security OS Essentials (2026)** course! You’ve successfully built a strong foundation in Linux, system navigation, networking, permissions, and core cybersecurity concepts using ParrotOS. **In this final video, we cover:** • Quick recap of everything you’ve learned • Key takeaways from the course • Practical ways to apply your skills • Recommended next steps in your cybersecurity journey • What to learn next after ParrotOS This is just the beginning! The skills you've gained here will help you move forward into advanced topics like ethical hacking, penetration testing, and real-world security practices. **What’s next?** Stay tuned for upcoming content on Ethical Hacking, CEH preparation, and advanced courses. Thank you for being part of this learning journey. Keep practicing, stay curious, and never stop exploring! Don’t forget to Like, Share & Subscribe for more content on Linux, ParrotOS, and Cybersecurity. #ParrotOS #Linux #CyberSecurity #EthicalHacking #Infosec #LearnLinux #CEH
This course is for the beginners and for the IT professionals who wants to understand the concepts of Parrot Security OS and Linux systems.
- Please note that this course is not going to cover any kind of penetration testing tools or any other advanced security topics.
- This is a core Linux essentials course, however covered in Parrot OS, which will lead you to begin your journey to Linux Essentials and Parrot Essentials and Linux Administration.
- But, Please don't worry, I'll make sure that I'll be covering soon about the advanced topics on penetration testing and using advanced security tools in the very next course.
- Mean while, please make sure that you understand all the fundamentals concepts of how this operating system functions and operates, so that it would be helpful for you to get into the advanced security topics, that are going to be covered in the core parrot security OS course where I'll cover the topics on penetration testing advanced penetration testing and a roadmap to cybersecurity.
- I hope you start your journey from this course, which is going to lead you to unlock the advanced courses on Linux Administration, Ethical hacking, Penetration testing and cybersecurity.
- So, I urge you to start learning from today.
- Happy Learning