Unix Which command is used to locate all the .profile files in the system? None of these find /-name profile -print ls profile cd /.profile l -u .profile None of these find /-name profile -print ls profile cd /.profile l -u .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? rm del mv remove rm del mv remove ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the None of these > symbols < symbols >> symbols None of these > symbols < symbols >> symbols 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+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? chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? du chkdsk disk fdisk None of these du chkdsk disk fdisk None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these cpio copy cp - p cp None of these cpio copy cp - p cp ANSWER DOWNLOAD EXAMIANS APP