Solaris Commands Question:

Download Job Interview Questions and Answers PDF

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

Solaris Commands Interview Question
Solaris Commands Interview Question

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 Interview Questions And Answers PDF

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?