Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做作业,我使用的是名为 POSIX 的信号量,但是当我输入ipcs -s命令时它没有显示我的列表。
ipcs -s
请帮助我获取命名信号量的条目。我从哪里得到那个?
ipcs用于 System V 信号量,您使用的是 POSIX 信号量。有关差异,请参见此处。
ipcs