theG

The best way to become acquainted with a subject is to write a book about it………..wp

Menu

Skip to content
  • Home
  • About
  • Article
  • cPanel commandline
  • cPanel Migration
  • Exim & Spamming
  • GlusterFS
  • High availability
  • Linux
  • MySQL
  • MySQL Master-Master replication
  • MySql Replication Errors
  • Scripts
  • Temp
  • WordPress

Tag Archives: environmental variable

Set environment variable in ubuntu

July 23, 2014 by gopukrish

0

Add the required path in /etc/environment
update it using
source /etc/environment

Posted in Ubuntu, Uncategorized. Tagged environmental variable

Setting up PATH for a executable script

October 15, 2013 by gopukrish

0

You can add the executable files to the variable PATH as follows :

1. CSH Shell :

setenv PATH “$PATH:/location”

2. BASH Shell :

export PATH=”$PATH:/location”

3. SH or KSH Shell :

PATH=”$PATH:/location”

 

Ejoy !!! 🙂

Posted in Centos, cPanel, Database, Linux, Plesk, Server Administration, Web Hosting. Tagged bash, environmental variable, path

Post navigation

January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Mar    
Create a free website or blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy