how to find weblogic version through linux cammand
Answer / ajay
$ java weblogic.version -verbose
(OR)
$ java weblogic.utils.Versions
(OR)
java weblogic.Admin -url ManagedHost:8001 -username weblogic
-password weblogic VERSION
| Is This Answer Correct ? | 6 Yes | 4 No |
How to customise the other shell?
What can scripts do?
What is shell and terminal?
What are the four fundamental components of every file system on linux?
What is an inode block?
Write a script to print the first 10 elements of fibonacci series.
What is the use of echo in shell script?
What is scripting used for?
What is the command to find out users on the system?
Explain about the exit command?
What are the advantages of shell script?
How will you find the 99th line of a file using only tail and head command?