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 |
What is difference between incremental backup and differential backup?
What is nslookup
To check the status of the media inseted on the tape drive
What is environmental? How to add environmental variables in run level 3 & how to edit?
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
what is differnce between boot -s and boot -S ?
What are the configuration files in VxVm?
How many fields in passwd, shadow and group files
I want to create a 30Gb of size in three different disks 10Gb,5Gb and 15Gb respectively in VxVm , how can we create it kindly explain step by step procedure.
How to find the network card speed
In solaris while patching why should we break the mirroring?
I have single NIC card and we have two ports can we configure as IPMP?