Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls *[lst] ls lst* ls *.* ls -l *.lst ls *[lst] ls lst* ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? S s a A S s a A ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? cp programs/wb misc copy a:programs/wb b:misc/wb None of these tar programs/wb misc/wb copy programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb None of these tar programs/wb misc/wb copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? tail None of these eof bof head - r tail None of these eof bof head - r ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that other has read permission only group has write permission only group has read permission only owner has read permission only other has read permission only group has write permission only group has read permission only owner has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cpio cp copy None of these tar cpio cp copy None of these tar ANSWER DOWNLOAD EXAMIANS APP