Solaris Commands Question:

How to view the kernel (shmmax) parameter value in Solaris 10?

Tweet Share WhatsApp

Answer:

To view the current values of the resource control, enter
the following commands:

#id -p //to verify the project ID
uid = 0 (Root) gid = 0 (Root) projid = 1 (user.root)
#prctl -n project.max-shm-memory -i project user.root
#prctl -n project.max=sem-ids -i project user.root

Download Solaris Commands PDF Read All 55 Solaris Commands Questions
Previous QuestionNext Question
How system identify run level at boot time?Suppose /etc/system file file got deleted how you will
regenerate from ok prompt in Solaris?