export command

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 }

Bash Shell Script Function Examples

by Vivek Gite on January 27, 2009 · 0 comments

How do I create a shell script function using Bash under UNIX / Linux operating systems?

{ 0 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 }

OpenBSD Install MySQL Server

by Vivek Gite on October 3, 2007 · 7 comments

Q. How do I install and run MySQL version 5 database Server under OpenBSD UNIX operating system? A. OpenBSD has pkg_add command. It is used to install packages created with the pkg_create command. Selected packages containing pre-compiled applications from the /usr/ports tree can be found on the OpenBSD FTP site or on the official OpenBSD [...]

{ 7 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 }