Inhaltsverzeichnis

export

Proxy an HAK Tamsweg einstellen

export http_proxy=%%http://proxy.salzburg.at:82%%

Ordner temporär zu PATH hinzufügen

#!/bin/bash
 
PATH=${PATH}:/afs/itp.tugraz.at/user/mprauneg/local/bin
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/afs/itp.tugraz.at/user/mprauneg/local/lib
 
export PATH 
export LD_LIBRARY_PATH

Ordner fix zu PATH hinzufügen

export PATH="$PATH:/path/to/dir"
$HOME/.bash_profile

*All users except root:

/etc/profile

*root:

/root/.bash_profile