rcp Port Number

Hi Can anybody tell me how I can find out the port number for rcp (remote copy)? Does it use rpc? Which files do I need to look at to determine this information?Regards
[189 byte] By [robl62a] at [2007-11-26 18:56:40]
# 1
No, rcp doesnt use rpc. Aren't TLA;s wonderful :-).Have a look in /etc/servicesIt lists the port numbers of most of the standard protocols.
robert.cohena at 2007-7-9 20:35:39 > top of Java-index,General,Sun Networking Services and Protocols...
# 2
Thanks for that (T4T). ;-) So would it be the "shell" entry (tcp 514)?
robl62a at 2007-7-9 20:35:39 > top of Java-index,General,Sun Networking Services and Protocols...
# 3
Thats the one. I had forgotten that rcp doesnt use its own protocol. Its layered on rsh.
robert.cohena at 2007-7-9 20:35:39 > top of Java-index,General,Sun Networking Services and Protocols...