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? cp wb collect mon ../misc tar wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? None of these cancel 1 cancel all kill 0 kill 1 None of these cancel 1 cancel all kill 0 kill 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? None of these tar lk ln cp None of these tar lk ln cp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? a I i None of these A a I i None of these A ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to move the cursor to the end of the paragraph. ( } { ) ( } { ) 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 222 emp? chmod u+r ??? emp chmod 777 emp* chmod u+x emp[1-3] chmod 222 emp? chmod u+r ??? emp chmod 777 emp* chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP