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

RE: [Condor-users] condor-job-types



> Dear all
> 
> 	I want to run /bin/ls type system commands. But in condor,
> 
>  system , fork, exec like system calls will not work..
> 
> Is there any option in condor for running system commands..
> 
> Regards
> 
> krishnaprasad

This should be fine in vanilla universe; I use simple shellscripts
to do ls, env, hostname that sort of thing when testing.

JK