Sponsored Content
Full Discussion: Copy a file from Linux
Homework and Emergencies Emergency UNIX and Linux Support Copy a file from Linux Post 302439266 by pludi on Thursday 22nd of July 2010 07:21:54 AM
Old 07-22-2010
As soon as you have to copy something over a network, you have to use a protocol, unless you want to code something up yourself. And even then you'll probably define some protocol yourself.
 

8 More Discussions You Might Find Interesting

1. Where do I download LINUX & UNIX?

Where can i get a copy of Unix or Linux?

where can i get a free copy of unix? any kind... (5 Replies)
Discussion started by: gregtampa
5 Replies

2. UNIX for Dummies Questions & Answers

linux, copy a:\file to /tmp in linux?

hi, i am on linux 8. i wanted to copy a file from my a:\filename to my linux 8 /tmp directroy. how do i do this or any directions as in how to accompilsh. thanks (6 Replies)
Discussion started by: yls177
6 Replies

3. UNIX for Dummies Questions & Answers

command for copy file from CD to Linux box

Hi , I have simple question as i am beginner , I have to copy one file from cd(compact disc) to my linux box on some directory. With which command and how can i do that? Thanks sam71 (2 Replies)
Discussion started by: sam70
2 Replies

4. UNIX for Dummies Questions & Answers

copy and paste certain many lines of huge file in linux

Dear All, I am working with windoes OS but remote a linux machine. I wonder the way to copy an paste some part of a huge file in linux machine. the contain of file like as follow: ... dump annealling all custom 10 anneal_*.dat id type x y z q timestep 0.02 run 200000 Memory... (2 Replies)
Discussion started by: ariesto
2 Replies

5. Shell Programming and Scripting

I want to copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive. I don't want to mount. Is there any way we can do it. Regards Naree Double post. Replies here moved to... (0 Replies)
Discussion started by: naree
0 Replies

6. SuSE

I want to copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive. I don't want to mount. Is there any way we can do it. Regards Naree (1 Reply)
Discussion started by: naree
1 Replies

7. IP Networking

Need to copy file from Linux to DOS.

I have two PCs with Ubuntu 10.4 and DOS 5.0, which are connected with a 9 pins serial cable. I need to copy some files from the Linux box to the DOS box. I tried UUCP but it's too difficult and i didn't found a working client for DOS. Can you help me? Thanks for any reply! (10 Replies)
Discussion started by: mghis
10 Replies

8. Shell Programming and Scripting

how to copy the directory but not copy certain file

Hi experts cp bin root src /mnt but not copy bin/bigfile any help? ( I post this thread in the "redhat" forum wrongly, I don't know how to withdraw that question in that wrong forum) Thanks (6 Replies)
Discussion started by: yanglei_fage
6 Replies
netdb(n)							 Tnm Tcl Extension							  netdb(n)

__________________________________________________________________________________________________________________________________________________

NAME
netdb - Access the local network databases. _________________________________________________________________ DESCRIPTION
The netdb command provides access to network information that is stored in configuration files, the Network Information Service (NIS) or in the Domain Name System (DNS). The results of the netdb command usually depend on the local configuration of your operating system. NETDB COMMAND
netdb hosts netdb hosts name address netdb hosts address name The first version of the netdb hosts command returns a list of all locally known hosts. Each element of this list contains a host name and its IP address. The result is an empty list on many systems that are configured to use the DNS for hostname lookups. The second version of the netdb hosts command converts an IP address into a host name and the third version of the netdb hosts command converts a host name into an IP address. netdb networks netdb networks name address netdb networks address name The first version of the netdb networks command returns a list of all locally known networks. Each element of this list contains a network name and the IP network address. The second version of the netdb networks command returns the network name that belongs to the IP network address and the third version of the netdb networks command returns the network address that belongs to a given net- work name. netdb protocols netdb protocols name number netdb protocols number name The first version of the netdb protocols command returns a list of all locally known Internet protocols. Each element of this list contains a protocol name and its protocol number. The second version of the netdb protocols command returns the protocol name that belongs to number and the third version of the netdb protocols command returns the protocol number that belongs to a protocol name. netdb services netdb services name number protocol netdb services number name protocol The first version of the netdb services command returns the list of all locally known services. Each element of this list contains a service name, the service number and the transport protocol. The second version of the netdb services command returns the service name for the service described by number and protocol. The third version of the netdb services command returns the protocol number for the service described by name and protocol. netdb sunrpcs netdb sunrpcs name number netdb sunrpcs number name The first version of the netdb sunrpcs command lists all locally known Sun RPCs. Each element of this list contains a RPC name and its registration number. The second version of the netdb sunrpcs command returns the RPC name for a given RPC number and the third version of the netdb sunrpcs command returns the RPC number for a given RPC name. netdb ip class address netdb ip range address mask The first version of the netdb ip command returns the IP class of the given address. The following classes are recognized: A, B, C, D and loopback. The second version of the netdb ip command returns the list of IP addresses in the address range given by address and mask. SEE ALSO
scotty(1), Tnm(n), Tcl(n) AUTHORS
Juergen Schoenwaelder <schoenw@cs.utwente.nl> Tnm netdb(n)
All times are GMT -4. The time now is 06:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy