ps -fu beasvbd (lists the processes run by a given user)
find ./ -name *.jar | while read LINE; do echo $LINE;jar -tvf $LINE | grep TransactionSynchronizationRegistry; done (find in which jar a given class is)
find / -name startNodeManager.sh 2> /dev/null doesn't display error messages
Wednesday, April 15, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment