Unix Which command is used to terminate a process? kill shutdown haltsys cancel kill shutdown haltsys cancel ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? cr md None of these crdir mkdir cr md None of these crdir mkdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? copy None of these cpio cp tar copy None of these cpio cp tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? wc grep touch cat wc grep touch cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? more [emp][!0-9] cat emp[x-z] cat emp[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] cat emp[a-z] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP