readme

来自「操作系统Interprocess Communication(IPC)实验源码。」· 代码 · 共 39 行

TXT
39
字号
compile:	gcc -o shmtool shmtool.crun:./shmtool w hello,worldCreating new shared memory segmentDone..../shmtool w happyShared memory segment exisits-opening as clientDone...ipcs -m------ Shared Memory Segments --------key        shmid      owner      perms      bytes      nattch     status      0x530760c3 9535490    root      666        100        0                       ./shmtool rShared memory segment exisits-opening as clientsegptr:happy./shmtool m 660Shared memory segment exisits-opening as clientOld permissions were:666New permissions are:660ipcs -m------ Shared Memory Segments --------key        shmid      owner      perms      bytes      nattch     status      0x530760c3 9535490    root      660        100        0                       ./shmtool dShared memory segment exisits-opening as clientShared memory segment marked for deletionipcs -m------ Shared Memory Segments --------key        shmid      owner      perms      bytes      nattch     status      

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?