Created
January 23, 2014 11:27
-
-
Save corvax19/8577068 to your computer and use it in GitHub Desktop.
How to find log filename of the Siebel enterprise server running on the server for given user ?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USER='siebel' lsof -u $USER -a -c siebsvc|grep -e '.*\.log$'|awk '{print $(NF)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment