mohamed@MoHy:~$ airmon-ng
Run it as root
so how could i run this command as a root ?
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
Write
sudo airmon-ng
instead of just
airmon-ng
su
and then make commands from there. – Illüm Interactive May 06 '15 at 17:31