[PLUTO-help] nuova applicazione e bash profile
Michele M|[ck]3y Bagnoli
m.bagnoli a gmail.com
Gio 22 Set 2005 17:59:35 CEST
2005/9/22, Giuseppe Lanzani <giuseppe.lanzani a poste.it>:
> Il giorno gio, 22-09-2005 alle 16:22 +0200, Michele M|[ck]3y Bagnoli ha
> scritto:
> > Ciao a tutti, sono abbastazna nuovo al mondo di linux e vi spiego il
> > mio problema nella speranza di ricevere un aiuto chiaro e dettagliato
> > o il link a una guida (anche in inglese) che spieghi passo passo quel
> > che devo fare.
> >
> > Ho una fedora core 3(ma questo dovrebbe essere del tutto ininfluente).
> >
> > 1) Ho creato alcuni utenti ( X e Y )
> > 2) ho installato un nuovo programma (ProeWildfire2.0 - un CAD)
> > 3) ho creato un ulteriore nuovo utente ( Z )
> > 4) lancio proe dal nuovissimo utenete ( Z ) e parte; lancio proe da un
> > vecchio utente ( X o Y, ma anche root ) e non parte
> >
> > suppongo cio' sia dovuto a qualche problema nel bash profile.
> >
> > sapendo che ho accesso alla macchina sia fisicamente che via ssh come
> > root, come posso aggiungere proe al bash profile in modo che anche i
> > vecchi utenti possano usare proe?
> >
> > Grazie mille anticipatamente
> >
> > Mick
> > m.bagnoli a gmail.com
> > _______________________________________________
> > pluto-help mailing list
> > pluto-help a lists.pluto.it
> > Per gestire la propria iscrizione alla lista:
> > http://lists.pluto.it/listinfo/pluto-help
> Comè il bash_profile per l'utente che riesce ad eseguire il programma?
> Hai provato a impostare lo stesso ambiente per gli altri utenti?
> In che "senso" non parte? che errore da?
> _______________________________________________
> pluto-help mailing list
> pluto-help a lists.pluto.it
> Per gestire la propria iscrizione alla lista:
> http://lists.pluto.it/listinfo/pluto-help
>
Il bash_profile (spero di aver capito di cosa avevi bisogno) è:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
-----------------------------------
COn il suo bashrc
-----------------------------------
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#GAMBIT
PATH=$PATH:/opt/Fluent.Inc/bin
#FLUENT
PATH=$PATH:/opt/Fluent.Inc/bin
export LM_LICENSE_FILE=7241 a xxx.xxx.xx.xx
# PROE
PATH=$PATH:/opt/ptc/proeWildfire2.0/bin
---------------------------------------------------------------------------------------------------------------
L'utente che non riesce a lanciare proe invece è
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
--------------------------------------------------
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#GAMBIT
PATH=$PATH:/opt/Fluent.Inc/bin
#FLUENT
PATH=$PATH:/opt/Fluent.Inc/bin
export LM_LICENSE_FILE=7241 a xxx.xxx.xx.xx
-------------------------------------------------------------------------------
DOmandas: devo solamente aggiungere
# PROE
PATH=$PATH:/opt/ptc/proeWildfire2.0/bin
???
Posso farlo con qualsiasi editor di testo mentre sono root?
Tnx
More information about the pluto-help
mailing list