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 know that your remote server is ruing smoothly or not in unix?
How to take input values from the user?
Can you write a script to portray how set –x works?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What are zombie processes?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
What is basename in shell script?
defination of mapfile in winrunner?
What is the need of including script interpreter in your shell script?
How to get the first line from a file using just the terminal?
What is the difference between bash and shell?
What is the lifespan of a variable inside a shell script?