![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to automatically detect command failure | ashok2008 | UNIX and Linux Applications | 2 | 04-24-2008 03:27 PM |
| while loop to copy on failure | jjinno | Shell Programming and Scripting | 2 | 12-10-2007 04:17 PM |
| copy command | sadiquep | Linux | 2 | 04-03-2007 12:01 AM |
| failure of at command | DKuester | UNIX for Dummies Questions & Answers | 5 | 10-10-2003 01:58 PM |
| copy command | perleo | Shell Programming and Scripting | 1 | 12-08-2002 07:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
copy command failure
A cp command failure occured on our production system. A shell script copies a source file to a temporary directory -
cp <source file on mount point 1> <dest path on mount point 2> The same script ran successfully for another file, about 3mins after the failure. The script did not have a return value check for cp command so I donot know the return value. Has anyone faced a similar situation? What can be the typical causes for failure of the cp command? Thanks, Mynix |
|
||||
|
Quote:
2. network problems if an NFS mount 3. hardware problems at either source or target. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|