Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 227 Bytes

semctl

A lightweight command line utility to manage semaphore

semctl create <semaphore-name>
semctl init <semaphore-name> <value>
semctl P <semaphore-name>
semctl V <semaphore-name>
semctl delete <semaphore-name>