![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Transfering file from unix server to a windows pc | Preet | IP Networking | 1 | 05-13-2008 03:00 PM |
| How i ftp a unix file to my local window | Nirmal | Shell Programming and Scripting | 1 | 03-19-2008 01:02 AM |
| Transfering a window to another screen | Reza Nazarian | UNIX for Dummies Questions & Answers | 3 | 10-23-2001 02:56 AM |
| Transfering unix file as an email attachment | slivi | How do I send email? | 3 | 11-17-2000 11:54 AM |
| Transfering unix file as an email attachment | slivi | UNIX for Dummies Questions & Answers | 3 | 11-17-2000 11:54 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
transfering file from unix to window
Hello Sir/Madam,
In my system both unix and windows xp are running, I want to transfer a file from unix to window. Sir, I m new in unix scripting ,So Please help me to solve my problem. Thanking you. |
|
||||
|
by transfering a file , i assume you meant copying a file that is in unix to windows and viewing it there!!!
in which case you need to do these.. you need to check if you have partitioned your drives in windows as FAT or FAT32..(out of the box NTFS support is not there) do this,(remember it only works for FAT partitions) mount -F pcfs /dev/dsk/c0d0p0:<drive name> /<mount point> cd to that directory then copy your file to that directory, then cd / umount /<mount point> your done!!! |
![]() |
| Bookmarks |
| Tags |
| unix commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|