Tagged Questions
1
vote
2answers
64 views
Executable located in location A how to run it in location B?
So, I've an executable in my debian server and this executable located in /home/human/ExecuteIt, still i cant figure it out how to run my executable in another location. In my case it is ...
6
votes
1answer
135 views
What's the difference between “command directory” and “command directory/”? [duplicate]
Possible Duplicate:
When should I use a trailing slash on a directory?
Does the slash make any difference?
1
vote
1answer
102 views
How do I change the path used by the Gnome Command Line applet?
For my shell, I know that I have to modify .bashrc to add my ~/bin directory to the command path, but how do I get the Gnome Command Line applet to use that as a program location too?
I'm using ...
8
votes
1answer
419 views
How to run my own program without specifying its path
Let's suppose I have compiled something and I run it like so:
$ /path/to/my/executable/mycmd
Hello World
What do I need to do to run it like
$ mycmd
Hello World
from everywhere in my computer?
...
2
votes
2answers
173 views
Software (SciTe) runs differently when opened from Terminal Vs GUI
When I open SciTe from the terminal everything works fine. When I open it via Ubuntu 10.04 GUI drop down boxes I get this error every time I try to run a ruby program: sh: ruby: not found At this ...
0
votes
1answer
214 views
Execute a command in a different path
When using Git VCS, I execute all of the git commands on the directory that contains a .git repository. I want to execute a git-pull through an SSH trigger but how do I define the path to the ...