gustavorv86 / shmcat

Print SysV IPCS information on the standard output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shmcat

Print SysV IPCS information on the standard output

Build

Clone this repository.

git clone https://github.com/gustavorv86/shmcat

Go to repository folder and run make command.

cd shmcat
make

Usage

Type ipcs -m to view all shared memories.

Type ./dist/shmcat <shmid> [length] to view the shared memory content.

About

Print SysV IPCS information on the standard output

License:GNU General Public License v3.0


Languages

Language:C 78.7%Language:Makefile 21.3%