Unix Which command is used to list out all the hidden files along with the other files? ls -x ls -a ls -F ls -l ls -x ls -a ls -F ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out copy cp - p cpio cp None of these copy cp - p cpio cp None of these ANSWER DOWNLOAD EXAMIANS APP
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 programs/wb misc/wb copy a:programs/wb b:misc/wb tar programs/wb misc/wb cp programs/wb misc None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb tar programs/wb misc/wb cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? del remove mv rm del remove mv rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to list the positional parameters to name the command being executed to exit status of ast command executed. None of these to process number of the current shell to list the positional parameters to name the command being executed to exit status of ast command executed. None of these to process number of the current shell ANSWER DOWNLOAD EXAMIANS APP