AOA,
I want to copy large amount of files aproximately more than 20,000 files from one dirctory to another, but it gives me error like:
#cd /opt/appserver/images
#cp * /opt/appserver02/public/images
Argument list is too long
Also abobe mention error appear again when i run:
#cd /opt/appserver/images
#chown root.root *
How can i copies & change owner.


