Results 1 to 3 of 3
What does it do ?
cpio {with option -p }
I've read the man cpio and -p option is :
-p|--pass-through
what exactly do this option ?
what is pass-through ...
- 10-01-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
about cpio
What does it do ?
cpio {with option -p }
I've read the man cpio and -p option is :
-p|--pass-through
what exactly do this option ?
what is pass-through ??
i don't understand that option !
When should I use it ?
Can explain this for me ?
Thanks
- 10-01-2010 #2
The easiest and quickest way to find answers to this sort of question is to use google. I just googled "cpio passthrough" and this came through as the first hit.
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 10-04-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
It enables the copy-pass mode. Read this:
Code:3.3 Copy-pass mode In copy-pass mode, cpio copies files from one directory tree to another, combining the copy-out and copy-in steps without actually using an archive. It reads the list of files to copy from the standard input; the directory into which it will copy them is given as a non-option argument. See Options. cpio {-p|--pass-through} [-0adlmuvLV] [-R [user][:.][group]] [--null] [--reset-access-time] [--make-directories] [--link] [--preserve-modification-time] [--unconditional] [--verbose] [--dot] [--dereference] [--owner=[user][:.][group]] [--sparse] [--no-preserve-owner] [--help] [--version] destination-directory < name-listSometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote