Thread SSH (15 answers)
Opened by bieber at 2008-11-05 13:36

LanX-
 2008-11-05 19:45
#116027 #116027
User since
2008-07-15
1000 Artikel
BenutzerIn

user image
bieber+2008-11-05 14:15:02--
was meinst du mit ".bashrc parsen "? kenne mich leider nicht aus in den tiefen von Betriebssystemen


hmm im Gegenteil, dass ist bestenfalls eine seichte Lackschicht des BS!

... tipp mal "alias" in deiner shell ein, was du dann siehst ist in einem der Files die murphy oben aufzählt definiert (meist in .bashrc).

Schau dir die Aliase auf deinen Systemen an, Pfadunterschiede durch Aliase im Profile zu lösen hört sich ziemlich ... sorry ... diletantisch an, nicht zuletzt wegen deiner Probleme.

Such dir jmden der sich mit Unix in deiner Firma auskennt udn besprech mit ihm welches Konzept dahintersteht und ob man das nicht auch mit symlinks abbilden könne.

Vorher lohnt es sich nicht darüber weiter zu diskutieren, PvdS!

NACHTRAG: damit du meinen Unmut verstehst, du willst von uns wissen wie man Ochsen sattelt, weil ihr die Pferde noch für die Salami braucht.

man bash
Code: (dl )
1
2
3
4
5
6
 When bash is invoked as an interactive login shell, or as a non-interactive shell
with the --login option, it first reads and executes commands from the file
/etc/profile, if that file exists. After reading that file, it looks for
~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and exe‐
cutes commands from the first one that exists and is readable. The --noprofile
option may be used when the shell is started to inhibit this behavior.

man ln
Code: (dl )
1
2
       -s, --symbolic
make symbolic links instead of hard links

View full thread SSH