wget not working + can't chmod it
Any ideas ?? Wget is not working + I can't chmod it (chmod is working for other files but not this one). Note: I did never chmod the file to 000 so it is real strange... Viewing the file with pico is possible. The partition is read/write and I can copy the file to wget2 and then it works but I can`t get the wget file to work:root@server3 [/usr/bin]# wget
bash: /usr/bin/wget: Permission denied
root@server3 [/usr/bin]# ls -l wget
---------- 1 root root 202772 Apr 13 06:07 wget
root@server3 [/usr/bin]# chmod 700 wget
chmod: changing permissions of `wget': Operation not permitted
root@server3 [/usr/bin]# rm wget
rm: remove write-protected regular file `wget'? y
rm: cannot remove `wget': Operation not permitted
root@server3 [/usr/bin]# mv wget wget2
mv: cannot move `wget' to `wget2': Operation not permitted