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? tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? None of these a I A i None of these a I A i ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? pat^ $pat None of these ^pat pat$ pat^ $pat None of these ^pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to exit status of ast command executed. to list the positional parameters to process number of the current shell to name the command being executed None of these to exit status of ast command executed. to list the positional parameters to process number of the current shell to name the command being executed None of these ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 1 3 6 5 None of these 1 3 6 5 None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP