![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file attributes and exception | krem | UNIX Desktop for Dummies Questions & Answers | 1 | 09-03-2006 05:45 PM |
| Assigning file attributes to variables | olimiles | Shell Programming and Scripting | 5 | 08-18-2006 06:31 AM |
| file attributes | Hitori | Shell Programming and Scripting | 1 | 07-12-2006 12:12 PM |
| file attributes | hytechpro | Shell Programming and Scripting | 2 | 09-16-2005 06:32 AM |
| Need to view all the attributes for a file/node | dpalmer | UNIX for Advanced & Expert Users | 2 | 10-02-2001 08:10 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
rcp and file attributes
Good day
Does anyone have an idea on how I can rcp a file together with its attributes. owner,group, permissions ? Regards J |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
rcp -p should do the job. Check the manual - it says
Quote:
|
|
#3
|
||||
|
||||
|
rcp -p localfile remotehost:/remdir/remfile
|
||||
| Google The UNIX and Linux Forums |