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 are the Patch Management Issues you have faced and how did you resolve them?
What are configuration files and to configure it in VCS
If the boot block is failed then how can you recover in VxVm?
How many filed in /etc/vfstab
usage of temp directory should be restricted to 1 gb if total temp directory size is 5 gb?
How to clear the failing flag on a veritas volume manager disk:
how to find out the how many disks attached in the server?
How many replicas should be for raid5 in sds if I have 5 disk
If you have forgotten the root password for a server, how do you get back in?
After first installation of Solaris 10, what and all the Securities We need to set and how ?
what is the back up software we r using in solaris 8,9,10
What command can be used in running a background process?