Unix Which of the following keys is used to replace a single character with new text? r S R s r S R s ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? which pwd None of these who am i i /4 which pwd None of these who am i i /4 ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells how large the file is and when the file was last modified. the name of the group owner of the file who the owner of the file is None of these All of these how large the file is and when the file was last modified. the name of the group owner of the file who the owner of the file is None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? [!ijk] [ijk] * ? None of these [!ijk] [ijk] * ? None of these 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? copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat$ ^pat $pat pat^ pat$ ^pat $pat pat^ ANSWER DOWNLOAD EXAMIANS APP