export path

HowTo Run a Script In Linux

by Vivek Gite on November 10, 2011 · 4 comments

How do I run a Linux shell script? How can I run a script in Linux?

{ 4 comments }

Q. How do I add new path to PATH variable under Linux and UNIX operating system?

{ 9 comments }

Q. I just need a help to show me how to setup java path on Linux. How can I set JAVA_HOME and PATH variables for every user under my Linux system? A. ~/.bash_profile is a startup script which generally runs once. This particular file is used for commands which run when the normal user logs [...]

{ 53 comments }

Q. How do I print current path settings under BASH shell? I’m using Debian Linux. A. In UNIX / Linux file systems, the human-readable address of a resource is defined by PATH. On Unix / Linux like operating systems, (as well as on DOS / Windows and its descendants), PATH is an environment variable listing [...]

{ 2 comments }