Skip to content

Instantly share code, notes, and snippets.

@corvax19
Created January 23, 2014 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corvax19/8577068 to your computer and use it in GitHub Desktop.
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 ?
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