Results 1 to 2 of 2
Hi,
I have run several processes in xterm windows without any problem.
However, I am having problem with one process. Here is the command line
/usr/bin/xterm -geometry 80x12-0-460 -bg chocolate3 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-11-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 38
xterm
Hi,
I have run several processes in xterm windows without any problem.
However, I am having problem with one process. Here is the command line
/usr/bin/xterm -geometry 80x12-0-460 -bg chocolate3 -e is_cln -log
Here is the error
xterm can't execvp ../is_cln Permission denied
- 09-12-2009 #2Just Joined!
- Join Date
- May 2009
- Posts
- 38
Xterm
Hi,
Sorry, I was pointing to the directory and not the process. The directory and process have the same name
The command should have been
xterm ..... -e /is_cln/is_cln -option
Thx


Reply With Quote
