Unix Which command is used to list all the files with extension .lst? ls *.* ls -l *.lst ls *[lst] ls lst* ls *.* ls -l *.lst ls *[lst] ls lst* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? ls lp dir tar ls lp dir tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? # $ ! @ None of these # $ ! @ None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? second third fourth first second third fourth first ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; None of these remove rmdir rd rdir None of these remove rmdir rd rdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -r wc -w wc -c wc - 1 wc -r wc -w wc -c wc - 1 ANSWER DOWNLOAD EXAMIANS APP