Is there any reason for pvfs2-stat not to return a non-zero exit code when the path doesn't exist? That seems to behavior of a stat shell command. fs1:~/bin # pvfs2-stat /pvfs2/path PVFS_sys_lookup: No such file or directory (error class: 0) Error stating [/pvfs2/path] fs1:~/bin # echo $? 0 kevin