A、–R B、–f C、–I D、–s
A、cp -R /tmp/test /tmp/test1 B、cp -r /tmp/test /tmp/test1 C、cp -R /tmp/test/. /tmp/test1 D、cp /tmp/test /tmp/test1
A、cp -l /tmp/test/file /tmp B、cp -s /tmp/test/file /tmp C、cp -r /tmp/test/file /tmp D、cp /tmp/test/file /tmp E、cp /tmp/test/file /tmp/file