![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File transfer between unix and windows server | Tlg13team | HP-UX | 2 | 02-08-2008 10:40 AM |
| Transfer file from local unix server to remote server | indira | Shell Programming and Scripting | 2 | 05-03-2007 07:35 AM |
| Transfer file from local unix server to remote server | indira | HP-UX | 2 | 05-02-2007 06:15 PM |
| program to transfer a file from client machine to server | nathgopi214 | High Level Programming | 3 | 07-04-2006 07:16 AM |
| server Hangs during FTP transfer | sgoundar | Filesystems, Disks and Memory | 0 | 05-21-2006 07:33 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to Transfer whole file sys from one server to another
Hi,
well i am not that good in shell prog. and just shifted to do this work. i was assigned to look all the dir/ sub-dir in a folder like /usr who are the owners, users and groups for the respective dir/sub-dir. its really a hectic process to see each n every file. i used the command... find . -type d -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' but its displaying only the files. i need the info abt the dir,owner,groups,users as well. for that is there any command. now i need to create the same file structure in diff servers. i need help regarding this. i dont have any clue?? for this do i need to create a script? or any other method? if its a script any suggestions. need to start this by weekend. so need this ASAP. can anybody help me in this please. that would be a great help. waiting for your response... Thanks, Krishna Last edited by krishnadvn; 09-16-2008 at 07:56 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|