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 command to count the number of files in the current directory by using pipes, is ls | wc ls -l | wc -l ls | ws -c ls | wc -w ls | wc ls -l | wc -l ls | ws -c ls | wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? grep wc sort None of these grep wc sort None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? s r R S s r R S ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? Shadow password profile All the these Shadow password profile All the these ANSWER DOWNLOAD EXAMIANS APP