PDA

View Full Version : Permission denied


Joeryan
04-19-2004, 03:22 PM
bash: //.profile: line 6: unexpected EOF while looking for matching `''
bash: //.profile: line 7: syntax error: unexpected end of file
bash-2.02# /var/hack/tivoweb-tcl/tyhttpd 2000 1 >> /dev/null &
[1] 189
bash-2.02# bash: /var/hack/tivoweb-tcl/tyhttpd: Permission denied
rw
File system is now READ/WRITE.
[1]+ Exit 126 /var/hack/tivoweb-tcl/tyhttpd 2000 1 >>/dev/null
bash-2.02# /var/hack/tivoweb-tcl/tyhttpd 2000 1 >> /dev/null &
[1] 192
bash: /var/hack/tivoweb-tcl/tyhttpd: Permission denied
[1]+ Exit 126 /var/hack/tivoweb-tcl/tyhttpd 2000 1 >>/dev/null

[Why do you think that when I telnet to my sat-t60 it gives me those first two bash promts?

Why does it tell me permission denied?[/COLOR]

chaeberle
04-19-2004, 03:40 PM
#1: Dunno.

#2: chmod +x tyhttpd
(It has to be marked as executable)