Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go+rw note chmod go-x note chmod go+r note chmod go-r note chmod go+rw note chmod go-x note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? Smith shell None of these Bourne shell C shell Korn shell Smith shell None of these Bourne shell C shell Korn shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc copy wb collect mon /misc None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls *[lst] ls *.* ls -l *.lst ls lst* ls *[lst] ls *.* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sort sh st sort -r None of these sort sh st sort -r None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -1 ls -x ls None of these lc ls -1 ls -x ls None of these lc ANSWER DOWNLOAD EXAMIANS APP