-4
 mohamed@MoHy:~$ airmon-ng
     Run it as root 

so how could i run this command as a root ?

Ron
  • 20,638
mo_hy
  • 5

2 Answers2

2

You can precede the command with

sudo

Edited after Chris pointed out

This way you will be prompted to enter your password (once you are allowed to execute commands as super user). And then you'll execute as super user.

Try this for more info.

Or even open the terminal and type

man sudo
1

Write

sudo airmon-ng

instead of just

airmon-ng
David Foerster
  • 36,264
  • 56
  • 94
  • 147