Help for this page

Select Code to Download


  1. or download this
    #include <unistd.h>
    #include <fcntl.h>
    ...
    
            return(0);
    }
    
  2. or download this
    !/usr/bin/perl
    
    ...
    $pack = pack('s s l l l', &F_UNLCK, 0, 0, 1, 0);
    print(fcntl(FILE, &F_SETLKW, $pack) . "\n");
    close(FILE);