My virus scanner decided one of the programs I have installed was a virus and seems to have changed the file permissions for it.

How do I change these permissions back so I can freely execute my files? :)

Admittedly I haven't used cygwin in a while, but it WAS all working before... I've since added the file in the virus scanner exclude list.


[EMAIL PROTECTED] /usr/local/bin
$ chown thefinn.Users *
chown: changing ownership of `hydra.exe': Permission denied
chown: changing ownership of `pw-inspector.exe': Permission denied

[EMAIL PROTECTED] /usr/local/bin
$ ls -l
total 200
----------+ 1 thefinn None 184608 Mar 23  2007 hydra.exe
----------+ 1 thefinn None  15037 Mar 23  2007 pw-inspector.exe

[EMAIL PROTECTED] /usr/local/bin
$ hydra
bash: /usr/local/bin/hydra: Permission denied

[EMAIL PROTECTED] /usr/local/bin
$ chmod 755 hydra.*
chmod: changing permissions of `hydra.exe': Permission denied

[EMAIL PROTECTED] /usr/local/bin
$ ls -l ..
total 0
dr-xr-x---+ 2 thefinn Users 0 Oct 14  2007 bin
drwxr-xr-x+ 2 thefinn None  0 Oct 11  2007 dicts
dr-xr-x---+ 2 thefinn Users 0 Oct 10  2007 etc
dr-xr-x---+ 3 thefinn Users 0 Oct 17  2007 lib




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to