Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to see particular job whether completed or not?

Answers were Sorted based on User's Feedback



how to see particular job whether completed or not?..

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

how to see particular job whether completed or not?..

Answer / daaga

use command "jobs" without quotes. The o/p will be self
explanatory....

Is This Answer Correct ?    1 Yes 0 No

how to see particular job whether completed or not?..

Answer / arun

ps -ef | grep ( particular job)

Is This Answer Correct ?    0 Yes 0 No

how to see particular job whether completed or not?..

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

Post New Answer

More Solaris Commands Interview Questions

What are the types of cluster configuration?

2 Answers   IBM, Wipro,


How will you find the number of hard disk

4 Answers  


Explain shrinking the disk

2 Answers  


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?

3 Answers  


how to change boot disk

4 Answers  


How to Create a snapshot mirror

2 Answers  


To check the status of the media inseted on the tape drive

1 Answers  


What is UMASK

2 Answers  


How to scan newly added disks to system?

9 Answers  


What is default permission of /etc/passwd , /etc/shadow files

7 Answers   Accel Frontline,


Which file will take place while booting

1 Answers  


how to add the more than one number of pkg at a time in solaris

2 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)