Unix Which command is used to display and create files? vi ed lyrix cat vi ed lyrix cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? * None of these [ijk] [!ijk] ? * None of these [ijk] [!ijk] ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [!ijk] None of these ? * [ijk] [!ijk] None of these ? * [ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? which who am i None of these i /4 pwd which who am i None of these i /4 pwd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sh sort -r st sort sh sort -r st ANSWER DOWNLOAD EXAMIANS APP