Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? $pat pat^ ^pat pat$ None of these $pat pat^ ^pat pat$ None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? None of these chkdsk du fdisk disk None of these chkdsk du fdisk disk ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who > user.lst None of these who >> user.lst who < user.lste who | tee user.lst who > user.lst None of these who >> user.lst who < user.lste who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? head - r eof tail bof None of these head - r eof tail bof None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp copy None of these tar cpio cp copy None of these tar cpio ANSWER DOWNLOAD EXAMIANS APP