System Management Commands

This section includes commands used for managing system processes and resources in Linux.

  1. Example: `kill 1234` (where 1234 is the PID of the process)
  1. Example: `df -h` (with human-readable units)
  1. Example: `free -h`
  1. Example: `shutdown -h now`