Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc cp wb collect mon ../misc None of these copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc copy wb collect mon /misc cp wb collect mon ../misc None of these copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc 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+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 Which of the following directories contain all the Alias created by a user, including his login directory? /dev /usr /etc /tmp /dev /usr /etc /tmp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? a s S i a s S i ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? grep cat touch wc grep cat touch wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? of cd oct od of cd oct od ANSWER DOWNLOAD EXAMIANS APP