Unix In vi editor, forward search is performed using the command. :pat /pat All of these ?pat :pat /pat All of these ?pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm -r * rm all rm * rm *.* None of these rm -r * rm all rm * rm *.* None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? j None of these k i h j None of these k i h 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 u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these the name of the group owner of the file All of these how large the file is and when the file was last modified. who the owner of the file is None of these the name of the group owner of the file All of these how large the file is and when the file was last modified. who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? #NAME? None of these -1 -R #NAME? None of these -1 -R ANSWER DOWNLOAD EXAMIANS APP