Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: husamzm
  • Content: Threads
  • Order by date
  1. husamzm

    hareg permission

    Hi all I have a SUN Cluster Server 7, as a root user I can start or stop the HA services using the #hareg command I need to give a prmission to a normal user to that command so he can start and stop the process. I tried to give full permission to the command 777, but it didn't work...
  2. husamzm

    ps in a shell script

    Solaris 2.7 Sparc , Ksh: I have a script that checks for a process ID by grep a string from the output of the ps , depend on the existance of the process,it performs a specific action. PID=`/usr/bin/ps -eo pid,comm,args | grep "process string" | /usr/bin/awk '{print $1}'` The command...

Part and Inventory Search

Back
Top