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 tar programs/wb misc/wb copy programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb None of these tar programs/wb misc/wb copy programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? tee None of these cat grep more tee None of these cat grep more ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? None of these % - = + None of these % - = + ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? tty ls stty who None of these tty ls stty who None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod g+x note chmod ugo+x note chmod u+w note chmod u+x note chmod g+x note chmod ugo+x note chmod u+w note chmod u+x note ANSWER DOWNLOAD EXAMIANS APP