Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? None of these copy a:programs/wb b:misc/wb tar programs/wb misc/wb cp programs/wb misc copy programs/wb misc/wb None of these copy a:programs/wb b:misc/wb tar programs/wb misc/wb cp programs/wb misc copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /dev /usr /etc /tmp /dev /usr /etc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chmod chown chgrp None of these chusr chmod chown chgrp None of these chusr ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -4 #NAME? -1 -2 -4 #NAME? -1 -2 ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that owner has read permission only group has read permission only group has write permission only other has read permission only owner has read permission only group has read permission only group has write permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to name the command being executed to process number of the current shell None of these to list the positional parameters to exit status of ast command executed. to name the command being executed to process number of the current shell None of these to list the positional parameters to exit status of ast command executed. ANSWER DOWNLOAD EXAMIANS APP