Results 1 to 2 of 2
i have successfully installed nmap, and have experience with it using other OS' such as windows. i found that the linux version is much more reliable and powerful. but anyways. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-20-2008 #1
Proplem with "zenmap"
i have successfully installed nmap, and have experience with it using other OS' such as windows. i found that the linux version is much more reliable and powerful. but anyways. i wanted to give the GUI for it a try, so i downloaded zenmap and tried to install it and came up with the following error:
"...im using the root account (as you can see), so why am i getting a "permission denied" message? and how can i fix it?Code:root ~/Desktop/nmap-4/nmap-4.68 # /root/Desktop/nmap-4/nmap-4.68/zenmap-4.68-1.spec bash: /root/Desktop/nmap-4/nmap-4.68/zenmap-4.68-1.spec: Permission denied"
-much appreciated
- 08-20-2008 #2
Maybe the file doesn't have write/execution rights.
To give it the right permission, just do:
I'm not sure, but I believe this may help.Code:chmod +rwx path/to/desired/file


Reply With Quote
