logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmlock - simple file-based mutex

Description

pmlock attempts to acquire an exclusive lock by creating file with a mode of 0.

       The exit status is 0 for success, 1 for failure.

       To release the lock, unlink file.

       In the event of a failure, the -v option produces an explanatory message on stdout.

Performance Co-Pilot                                   PCP                                             PMLOCK(1)

Name

pmlock - simple file-based mutex

Synopsis

$PCP_BINADM_DIR/pmlock [-v] file

See Also