VK9 Security

  • Home
  • Red Team
    • Anonymity
      • Anonymity
    • Information Gathering
      • Active Gathering
      • Passive Gathering
    • Exploitation
      • Android Exploitation
      • Linux Exploitation
      • Windows Exploitation
      • Network
      • Application
        • Web Exploitation
    • Post-Exploitation
      • Linux Post-Exploitation
      • WIndows Post-Exploitation
      • Cleaning Tracks
    • Red Team Operations
    • Reporting
    • Tools
  • Blue-Team
    • Incident Response
    • OS
      • Linux OS
        • Linux Management
        • Linux Commands
        • Linux Misc
      • Windows OS
        • Windows Commands
        • Windows Misc
        • Windows Management
    • Device Configuration
  • Labs
    • Labs

Linux Management

Linux Management

File Permissions in Linux/Unix

The concept of permissions and ownership is crucial in Linux. On a Linux system, each file and directory is assigned access rights for the owner of the file, the members of a group of related users, and everybody else. owner – The Owner permissions apply only the owner of the Read more…

By Vry4n_, 11 months11 months ago
Linux Management

How to add/remove/modify Linux Users and Groups

This is a guide written to help administering Users and Groups properly in Linux. User Management useradd useradd is a low level utility for adding a new user or update default new user information When we run ‘useradd‘ command in Linux terminal, it performs following major things: It edits /etc/passwd, Read more…

By Vry4n_, 11 months11 months ago
Linux Management

Managing Linux processes

 The Linux terminal has a number of useful commands that can display running processes, kill them, and change their priority level. Parent and Child Processes Each unix process has two ID numbers assigned to it: The Process ID (pid) and the Parent process ID (ppid). Each user process in the Read more…

By Vry4n_, 11 months11 months ago
  • Blog
  • Blue-Team
  • Labs
  • Main
  • Red Team
VK9 Security | By Vry4n