Hello Guys,
My data center have used the below mentioned command:
ipcs -s | grep nobody | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
I am not sure about of its use. However, I have tried to run this command and responded with the output
Resource(s) deleted
Can anyone tell me regarding this command and use of the command 'ipcs' ?
Thanks,
-Tina.
My data center have used the below mentioned command:
ipcs -s | grep nobody | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
I am not sure about of its use. However, I have tried to run this command and responded with the output
Resource(s) deleted
Can anyone tell me regarding this command and use of the command 'ipcs' ?
Thanks,
-Tina.