Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: erosnemesis on 17 December 2005, 04:54

Title: wget problem
Post by: erosnemesis on 17 December 2005, 04:54
whenever i try to use wget (as root) it gives me a permission denied error everytime. Whats with this? I use fedora core 3 if that helps.
Title: Re: wget problem
Post by: Pathos on 17 December 2005, 05:16
at the bash go:

whereis wget

change /usr/bin/wget to wherever wget is and post the result of:

ls -l  /usr/bin/wget  

it may be that the permissions have accidentally been changed
Title: Re: wget problem
Post by: erosnemesis on 17 December 2005, 05:37
[root@localhost /]# whereis wget
wget: /usr/bin/wget /usr/share/man/man1/wget.1.gz
[root@localhost /]# ls -l /usr/bin/wget
-rwxr-xr-x  1 root root 200392 Oct 17 05:24 /usr/bin/wget


hope that helps