Interviewer And Interviewee Guide

Linux Commands Interview Question:

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

Submitted by: Administrator
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
Submitted by: Administrator

Read Online Linux Commands Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.