in reply to File copy size limit on Linux
I'm trying to perform a very simple file copy on Linux and have run into what appears to be a possible file size copy limitation.
There is no such limitation in Linux, since you say that you can copy file with the system "cp".
When I run this simple script it appears that it works as I get no errors but the file never copies.
You don't check for any errors, that's why you don't get any. Try doing something like copy($file1, $file2) || die "Error: $!";.
I'm running Linux Redhat 2.1, (actually ESX server 1.5.2)
Are you sure? ;)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: File copy size limit on Linux
by Anonymous Monk on Dec 18, 2003 at 23:46 UTC | |
by TVSET (Chaplain) on Dec 19, 2003 at 00:01 UTC |