[torqueusers] No access to host directory
Erik Zeek
eczeek at sandia.gov
Thu Nov 5 13:45:57 MST 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday 05 November 2009 12:57:06 pm Andrew Kelley wrote:
> Hello,
>
> I am very new to using linux and extremely new to torque, so please excuse
> me if this is a simple problem, but I can’t find any solutions online.
>
> I can’t seem to get access to the files that I have stored on the directory
> where I run the command qsub when I’m using a shell script. For instance,
> if I run the command
>
> mkdir newdirectory | qsub
This will pipe the output of "mkdir newdirectory" to qsub to run. On my
machine mkdir outputs nothing when successful. Try:
echo "mkdir newdirectory" | qsub
Erik
- --
Erik Zeek | \|/ ____ \|/
SMTS, Org 5444, MS-1153 | "@'/ .. \`@"
Sandia National Laboratories | /_| \__/ |_\
Phone: 505-845-0513 | \__U_/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
iEYEARECAAYFAkrzOYYACgkQheDjW4eQKVaPgwCfYjH08WOMPjgpPl9XoLJriNlm
OZwAnjr2FphbXL8k36EeVpiuwHwfvyNe
=DxI9
-----END PGP SIGNATURE-----
More information about the torqueusers
mailing list