0

Can we determine status of jobs which is submitted to NFS server. I need to handle condition in which NFS jobs complete than after follow new step.Do we have any library and system call in c++(unix system) to determine NFS job status.

user765443
  • 1,856
  • 7
  • 31
  • 56

1 Answers1

0

The approach is : Determine the job status in NFS server and get the status after 1 min or something. When the job complete it will it will remove NFS server and assume job complete and you can proceed further for next operation

user765443
  • 1,856
  • 7
  • 31
  • 56