Clemens Hermann wrote:
> Hallo,
>
> nachdem ich weder ne Manpage, noch die Info im Web, noch eine Antwort
> beim durchforsten des Handbuchs (online) etc. gefunden hab, frage ich
> jetzt einfach ganz dreist:
>
> wo kann ich die Verzeichnisse ändern, die der Systemvariable $PATH beim
> Hochfahren übergeben werden (sprich, den Systempfad setzen)?
>
> Danke und schäm
>
bitte und schimpf
welche shell ???
in der bash
PATH=/usr:/usr/xxx/yyy:/lallalla pfade immer durch : getrennt
export PATH
oder siehe auch man bash
Shell Variables
The following variables are set by the shell:
..........
PATH The search path for commands. It is a colon-sepa-
rated list of directories in which the shell looks
for commands (see COMMAND EXECUTION below). The
default path is system-dependent, and is set by the
administrator who installs bash. A common value is
in der bourne sh:
moecht ich jetzt nix falsch sag, benutz ich normal nicht.
aber wenn dann schau ich in man sh ;)
man sh
set [-/+abCEefIimnpTuVvx] [-/+o longname] [-c string] [-- arg ...]
The set command performs three different functions:
With no arguments, it lists the values of all shell
variables.
ODER BESSER:
man environ
hier ist noch mal auflistung von variablen und was sie bedeuten.
-- gruesse joerg "joerch" buechner # binary nonsense, now called win0815-version4711 To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 20 Dec 2000 - 11:09:18 CET