Linux Commands Question:
Download Questions PDF

If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?

Answer:

after transferring the files look into the present working
directory of the client machine for the transferred files
and cross check it.


else you can check the total number of files transferred to
the client machine in present working directory using this
command


ls -l | wc -l

Download Linux Commands Interview Questions And Answers PDF

Previous QuestionNext Question
Explain difference between nfs soft and hard mouniting points?Explain any one service which are working on UDP
only?