Search Results

Search: Posts Made By: ktb231
3,139
Posted By Chubler_XL
Tail puts the filename as a header if you pass...
Tail puts the filename as a header if you pass more than 1 file to it at once, so$ tail a b c
==> a <==
one
==> b <==
two
==> c <==
three

and
$ tail a; tail b; tail c
one
two
three
2,178
Posted By DGPickett
When you initially connect to ftp, the client hig...
When you initially connect to ftp, the client hig port connects to ftp server port 21. If the user want to move a file or do a listing, the client provides a port and the server creates a data...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy