BASH
From ZENWorks Wiki
Jump to:
navigation
,
search
Test if a process is running
Linux:>
if [ -n "`ps --no-heading ww -C java | gawk '/com\.novell\.zenworks\.loader\.ZENLoader/{print $1}'`" ]; then
echo "The ZENLoader is already running" exit 1 fi
Views
Article
Discussion
View source
History
Personal tools
Log in / create account
Navigation
Main Page
Community portal
Current events
Recent changes
Random page
Help
Donations
Search
Toolbox
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link