![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| ssh access | mm00123 | SUN Solaris | 8 | 08-30-2007 04:12 AM |
| FTP Access | sehgalniraj | UNIX for Dummies Questions & Answers | 3 | 08-26-2005 05:39 PM |
| How to access CD | sam71 | UNIX for Dummies Questions & Answers | 2 | 07-20-2005 02:53 PM |
| cp: cannot access | nguda | Shell Programming and Scripting | 4 | 11-07-2003 05:52 PM |
| Need help to access/mount so to access folder/files on a Remote System using Linux OS | S.Vishwanath | UNIX for Dummies Questions & Answers | 2 | 07-30-2001 08:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
cp can not access
Dear friends,
I make an script as below: BackupLog.sh #backup file file_name1=PartsOrderLog.log file_name1_bk=PartsOrderLog_bk.log cp $file_name1 $file_name1_bk #end but when I run this script, It's occur error as " cp : can not access PartsOrderLog.log" Unix O.S Please help me if possible Thanks Hieunk |
|
||||
|
check that you have the files in your current directory .
|
| Sponsored Links | ||
|
|