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 the diff between ufslog and vxfslog?
What are the two types of service groups?
one guy asking how to grow disk size in SDS? what is SDS?
How will you rectify the root passwd in solaris
How can u configure DNS & configuration files
How to create swap file
What are the differences between the command line and graphical user interface?
Options in ufsdump
how will you execute backup and restore using the tar command in a single command
Explain /etc/inittab files
When you "ping server" and "ping server.domainname", you get different results. Why?
what is the metasets in Solaris?please explain the sets with example.Any documents please share for me friends. (link)