export
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
- In /etc/profile.d eine Datei wasauchimmer.sh anlegen:
export PATH="$PATH:/path/to/dir"
- One user:
$HOME/.bash_profile
*All users except root:
/etc/profile
*root:
/root/.bash_profile
export.txt · Zuletzt geändert: von 127.0.0.1
