Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? pid ps du au pid ps du au ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? All the these Shadow password profile All the these Shadow password profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic ai ts sm ic ai ts sm ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? fourth first third second fourth first third second ANSWER DOWNLOAD EXAMIANS APP