gbatch_jobchown - cahenge the owner of a job
int gbatch_jobchown(const int fd, const unsigned flags, const slotno_t slot, const char *newowner)
The function gbatch_jobchown() is used to change the ownership of a job
fd is a file descriptor which was previously returned by a
successful call to gbatch_open(3)
.
flags is zero or GBATCH_FLAG_IGNORESEQ
to ignore recent changes
to the job list.
slot is the slot number corresponding to the job as returned by
gbatch_joblist(3)
or xb_jobfindslot(3)
.
newowner is the user name of the prospective new owner.
The function returns 0 if successful, otherwise an error code as defined in the include file \fBgbatch.h\fR.
gbatch_jobchgrp(3)
,
gbatch_jobchmod(3)
,
gbatch_newgrp(3)
,
gbatch_varchown(3)
,
gbatch_varchgrp(3)
,
gbatch_varchmod(3)
.
Copyright (c) 2009 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
John M Collins, Xi Software Ltd.