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 types of cluster configuration?
How will you find the number of hard disk
Explain shrinking the disk
How would you truncate a log file that is growing too large if you don't have space to compress it or to move it somewhere else? How would you do it?
how to change boot disk
How to Create a snapshot mirror
To check the status of the media inseted on the tape drive
What is UMASK
How to scan newly added disks to system?
What is default permission of /etc/passwd , /etc/shadow files
Which file will take place while booting
how to add the more than one number of pkg at a time in solaris