InterviewSolution
Saved Bookmarks
| 1. |
How Can You Get The Details Of Smon Process? |
|
Answer» You can get the details of SMON PROCESS by using the PS -EF | grep smon command. You can get the details of SMON process by using the ps -ef | grep smon command. |
|