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
No comments:
Post a Comment
comments where you are promoting your business will be marked as SPAM :o)