Unix Which is the earliest and most widely used shell that came with the UNIX system? C shell Bourne shell Smith shell None of these Korn shell C shell Bourne shell Smith shell None of these Korn shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out copy cp - p cpio cp None of these copy cp - p cpio cp None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] cat emp[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] cat emp[!0-9] more [emp][!0-9] cat emp[a-z] ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | ws -c ls | wc -w ls -l | wc -l ls | wc ls | ws -c ls | wc -w ls -l | wc -l ls | wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod u+x letter chmod ugo+r letter chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter chmod ugo+x letter 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+r note chmod go-x note chmod go+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note ANSWER DOWNLOAD EXAMIANS APP