The ipcs command seems works only when it is run as root. For
example, the command 'ipcs -pm' displays, as a normal user:
smaret% ipcs -pm
Shared Memory:
T ID KEY MODE OWNER GROUP CPID LPID
while the same command as root (sudo) gives:
smaret% sudo ipcs -pm
Password:
Shared Memory:
T ID KEY MODE OWNER GROUP CPID LPID
m 131071 0 --rw------- smaret smaret 490 492
Is there a way to display shared memory segments as a normal user
(without sudo) ?
Sébastien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden