Unix Which command is used to list all the files with extension .lst? ls *.* ls lst* ls *[lst] ls -l *.lst ls *.* ls lst* ls *[lst] ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? q! None of these :x :q :w q! None of these :x :q :w ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? ren rename remove mv ren rename remove mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic sm ts ai ic sm ts ai ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /etc /tmp /dev /usr /etc /tmp /dev /usr ANSWER DOWNLOAD EXAMIANS APP