LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What does 'one file system' (copy command's -x arguement) mean? (https://www.linuxquestions.org/questions/linux-newbie-8/what-does-one-file-system-copy-commands-x-arguement-mean-169437/)

davidas 04-13-2004 01:43 AM

What does 'one file system' (copy command's -x arguement) mean?
 
cp man page defines -x as --one-file-system : stay on this file system. What does it mean and in what context is it used?

Thanks !

AutOPSY 04-13-2004 02:07 AM

when doing a -Recursive copy, using -x will prevent it from going to /boot or other mounted directories.

Like it will stay on one drive, under on filesystem type and wont traverse partitions, even on the same tree. Maybe , not sure, just guessing.

Try it and find out, what can it hurt?


All times are GMT -5. The time now is 12:15 PM.