Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Linux OS Interviews:Awk ProgrammingBash Arithmetic ExpressionsDevice DriversGCC CompilerLinux AdministratorLinux CommandsLinux DebuggingLinux EnvironmentLinux GeneralLinux IPCLinux MakefileLinux OSLinux OS EditorsLinux OS ManagementLinux OS ShellLinux Proc FilesystemLinux Search PatternLinux Shared & Static LibrariesLinux Socket ProgrammingLinux Startup and ShutdownLinux SysfsLinux SystemsLinux ThreadsLinux UbuntuSignal HandlingSystem Calls
Copyright © 2018. All Rights Reserved
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: Administratorafter 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
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
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.