how to see particular job whether completed or not?
Answers were Sorted based on User's Feedback
Answer / swapnil
To see particular job whether completed or not fire
following comand
ps -ef | grep (name of that process)
will give process ID start time of process also
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / daaga
use command "jobs" without quotes. The o/p will be self
explanatory....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / stratovarius
One way would checking the successful completion of a
command, check the exit status.
An exit status of zero indactes sucess,
An exit status or 1 or above indicates error.
example:
#cd /etc
#echo $?
0
#
This indicates the command change directory was a success.
#ps -ef | grep <process_name>
#pgrep -fl |grep <process_name>
Will show display details of the process/programs loaded..
such as the PID.
| Is This Answer Correct ? | 0 Yes | 1 No |
Write the steps involved in creating and executing a program to implement the “case” command.
How to configure root mirroring in veritas volume manager
I have a TCP error how can fix this error?
In a two node cluster how can you bring the one of the node in maintenance mode.
I have only one plex and one subdisk and one volume , then plex is failed how can we recolect it?
We have edit the /etc/passwd file and modify a user forget to give the shell will user able to loging?
How will you find the number of hard disk
Expalin soft link and hard link
what is the difference between init runlevel and milestone?
How to enable the crashdump?
What are the protocols in VCS
what is interface in solaris