[gnome-terminal/wip/mallard-merge: 9/261] Help: Added help to run-program.page
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/wip/mallard-merge: 9/261] Help: Added help to run-program.page
- Date: Fri, 1 Mar 2013 21:44:28 +0000 (UTC)
commit f28d532d936b816ffa8df01aa57fec1f8c32a937
Author: Sindhu S <sindhus live in>
Date: Tue Feb 5 22:05:00 2013 +0530
Help: Added help to run-program.page
Added help on how to execute a command to run a program in
Terminal, included explanation on what a PATH variable is and
how it finds programs on the system path.
help/C/run-program.page | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/help/C/run-program.page b/help/C/run-program.page
index dc92176..b758173 100644
--- a/help/C/run-program.page
+++ b/help/C/run-program.page
@@ -17,6 +17,8 @@
<title>Run a program</title>
- <p></p>
+ <p>Type the command or program name in the Terminal and press the Enter key. You can locate if the program
is installed by executing the command 'which' followed by program name. If the program has been installed on
your computer, you will be shown the full path of the installed program. </p>
+
+ <note>Often programs cannot be seen by terminal because they do not lie in its path. To add locations
where programs are installed to the path of the Terminal, add the location to the PATH variable in your
shell's configuration file. </note>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]