how to see particular job whether completed or not?
Answer Posted / 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 |
Post New Answer View All Answers
What does pkgadd command do?
Where do you get Alarm prompt?
How to create core dump and crash dump #coreadm .
Hi We have upgraded our sun machine from solaris 9 to solaris 10. Before upgradation the date command output(Solaris 9) Wed Oct 13 09:45:21 IST 2010 But after upgradation the output for date is as below(solaris 10). Wednesday, October 13, 2010 9:46:14 AM IST Looks like I need to change LC_TIME=C. can you please help me how to change it for permanently
If the root disk is failed how can change it?
what are the alarms in solaris?
How can u find a file which is logged in last week?
There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?
Which command is used to backup and restore solaris file system?
what is the difference between solaris8 and solaris9 and solaris10
please post step by step installation of packages from the EIS cd..
What are the differences between the command line and graphical user interface?
How to add a new LUN in exit disksets (metasets) in solaris please answer me step by step procedure?
How to configure email notification in solaris 8? We are using netbackup 5
Write the steps involved in creating and executing a program to implement the “case” command.