Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l -d ls -F ls -x ls -l ls -l -d ls -F ls -x ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p cd p* cd [p] cd p* cd p cd p* cd [p] cd p* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-x note chmod go-r note chmod go+r note chmod go+rw note chmod go-x note chmod go-r note chmod go+r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep cat more tee None of these grep cat more tee None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? ? [ijk] None of these [!ijk] * ? [ijk] None of these [!ijk] * ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? cd .. None of these chdir cd cd/ cd .. None of these chdir cd cd/ ANSWER DOWNLOAD EXAMIANS APP