[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Running programs that are already installed onallmachines in the pool



>You might want to use "/bin/bash -l" to get a login shell, 
>that way more of the usual things will be setup for the user 
>(like PATH for instance)

A word of caution about doing this. If you want to set initialdir so
that when bash loads it is in this directory, do not use the -l option,
otherwise bash will default to the home directory upon login.

Ashley Mills