Query: sys_flock
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYS_FLOCK(9) The Linux VFS SYS_FLOCK(9)NAMEsys_flock - flock system call.SYNOPSISlong sys_flock(unsigned int fd, unsigned int cmd);ARGUMENTSfd the file descriptor to lock. cmd the type of lock to apply.DESCRIPTIONApply a FL_FLOCK style lock to an open file descriptor. The cmd can be one of LOCK_SH -- a shared lock. LOCK_EX -- an exclusive lock. LOCK_UN -- remove an existing lock. LOCK_MAND -- a `mandatory' flock. This exists to emulate Windows Share Modes. LOCK_MAND can be combined with LOCK_READ or LOCK_WRITE to allow other processes read and write access respectively.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SYS_FLOCK(9)
| Related Man Pages | 
|---|
| flock(2) - redhat | 
| flock(2) - mojave | 
| flock(2) - ultrix | 
| flock(2) - osf1 | 
| flock(2) - freebsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| How to restrict user to a specific directory in solaris 10 | 
| Is UNIX an open source OS ? | 
| Getting command output to putty window title. | 
| Docker learning Phase-I | 
| Shopt -s histappend |