![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file handling | ninjanesto | High Level Programming | 2 | 12-27-2006 08:35 AM |
| file handling with ksh scripting | gfhgfnhhn | Shell Programming and Scripting | 1 | 07-03-2006 06:55 AM |
| File Handling in C | trinath | High Level Programming | 3 | 01-19-2006 08:00 PM |
| File handling in UNIX | VENC22 | UNIX for Dummies Questions & Answers | 4 | 05-17-2005 11:29 PM |
| KSH File Handling | madtim | Shell Programming and Scripting | 2 | 08-27-2002 11:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
file handling across servers
hi all
f1=demo1:/u2/test/test.doc (sco 5.0.5) f2=demo2:/u2/test/test.doc (solaris 5.8) how to use the files across servers? i.e. i want to copy the file from demo1 to demo2 with link (copy -l). replies appreciated. raguram R
__________________
raguram r |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
use nfs
then mount the filesystem and link to the file you want. |
|
#3
|
|||
|
|||
|
as iam not a "root" user i cannot use nfs. even other wise we have to see the mount point and all for nfs.
is there any other alternate. what is YP. yellow page(s)??? raguram R
__________________
raguram r |
|
#4
|
|||
|
|||
|
yp commands are for NIS/NIS+
you dont have an alternative if you want to create a link on your localhost to a file on a remote host. talk with your unix admin i am sure if it is deffinetly needed he can help you out. NFS takes a few seconds to implament. |
|||
| Google The UNIX and Linux Forums |