Unix Which of the following files contains information related to password aging? password profile Shadow All the these password profile Shadow All the these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it None of these -r -1 #NAME? None of these -r -1 #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? mv del remove rm mv del remove rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates None of these Execute permission for the owner Write permission for others Read and write permission of groups All of these None of these Execute permission for the owner Write permission for others Read and write permission of groups All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc newfile wc infile - newfile wc infile >newfile wc infile | newfile wc newfile wc infile - newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP