ps -ef | grep oracle -- shows active processes like oracle
ps -u userx -f | wc -l -- shows the active processes for userx
bootinfo -r -- This command shows the physical memory.
rpm -ivh xx -- This command will install the rpm xx.
rpm -qa | grep xx -- This command will check if the rpm xx is installed.
No comments:
Post a Comment