
educationDec 30, 202511:28pending
Course 16 - Red Team Ethical Hacking Beginner Course | Episode 2: Essential Command Line Administration: Linux, Windows, Account Management
About this episode
In this lesson, you’ll learn about:
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
- Essential Linux command-line administration basics
- Core Windows command-line networking and system commands
- How to navigate, inspect, and manage files on both platforms
- Practical Windows domain user and group management
- Why command-line proficiency is critical for security professionals
- Navigating directories using cd
- Listing directory contents using ls
- Creating directories using mkdir
- Creating files and writing content using echo
- Viewing file contents using cat
- Removing files using rm
- Recursively listing directory contents using ls -r
- Viewing network interface information using:
- ifconfig
- ip a (modern replacement)
- Viewing routing information using:
- ip r
- netstat -rn
- Restarting networking services using:
- service networking restart
- Manually disabling and enabling interfaces using:
- ifconfig eth0 down
- ifconfig eth0 up
- Using the --help flag to view command options
- Using the man command to read full manual pages and understand command parameters
- hostname – displays the computer name
- ping – checks network connectivity using ICMP packets
- Demonstrated with the loopback address
- Using -n to limit the number of packets
- ipconfig /all – displays detailed network configuration
- nslookup – resolves domain names to IP addresses
- netstat -nao – shows active connections, listening ports, and process IDs
- route print – displays the routing table
- arp -a – shows IP-to-MAC address mappings
- Listing directory contents using dir
- Navigating directories using cd
- Creating files using echo
- Viewing file contents using type
- Using /? to display command usage and parameters
- Using net help message to translate Windows error codes into readable messages
- net user /domain
- Checks user status
- Identifies whether the account is active
- Confirms group memberships (e.g., domain admin)
- net users /domain
- Lists all domain users
- net group /domain
- Lists all domain groups
- net group /domain
- Displays users belonging to a specific group
- Adding a user to domain administrators:
- net group domain admins /add /domain
- Removing a user from domain administrators:
- Using the /delete parameter
- Activating a disabled domain account:
- net user /active:yes /domain
- wmic group list brief
- wmic user account list brief
- Command-line tools exist on every system and are powerful by design
- Many security operations depend on native utilities rather than exploits
- Understanding system administration improves both offensive and defensive skills
- Domain environments require careful privilege management
- Strong visibility and auditing are essential to prevent misuse
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
Get every episode summarized
Each time CyberCode Academy publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.
Email me new episodesFree for 3 shows. No card needed.
No transcript yet
This episode has not been transcribed. Request it and it moves to the front of the queue.
More episodes
More from CyberCode Academy

Course 42 - Mobile Malware Analysis Fundamentals | Episode 9: Mastering Basic St...
CyberCode Academy
Sep 5, 202621:16completed

Course 42 - Mobile Malware Analysis Fundamentals | Episode 8: Static Analysis of...
CyberCode Academy
Sep 4, 202621:15completed

Course 42 - Mobile Malware Analysis Fundamentals | Episode 7: Malware Tools and...
CyberCode Academy
Sep 3, 202621:03completed

Course 42 - Mobile Malware Analysis Fundamentals | Episode 6: The Evolution and...
CyberCode Academy
Sep 2, 202622:42pending