Unix Which shell's wild-cards is used to match a single character? [!ijk] None of these ? [ijk] * [!ijk] None of these ? [ijk] * ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? haltsys kill shutdown cancel haltsys kill shutdown cancel 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+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note chmod go+r note chmod go-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch .ch catch All of these patch .ch catch All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? None of these +(m+l).n #NAME? kill None of these +(m+l).n #NAME? kill ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP