Skip to content

Commit 17f8dcb

Browse files
authored
Update README.md
1 parent 2f84bcb commit 17f8dcb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/118252611/389262854-ecff34fc-32f5-45a0-bca1-5d1eb4a6d518.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20241124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241124T095630Z&X-Amz-Expires=300&X-Amz-Signature=c128275bdbcf873b23223401d8dcb86e384f633639e362cd026ae79b2ff2f11b&X-Amz-SignedHeaders=host" width="450px" />
1111
</div>
1212

13+
1314
### :nerd_face: Using System V technology.
1415

1516
Semaphores enable processes to query or alter status information. They are often used to monitor and control the availability of system resources such as shared memory segments. Semaphores can be operated on as individual units or as elements in a set. The semaphore set must be initialized using semget. The semaphore creator can change its ownership or permissions using semctl. Any process with permission can use semctl to do control operations.

0 commit comments

Comments
 (0)