Unix Which of the following commands is used to remove files? erase rm delete dm None of these erase rm delete dm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? None of these who >> user.lst who > user.lst who < user.lste who | tee user.lst None of these who >> user.lst who > user.lst who < user.lste who | tee user.lst 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[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] cat emp[!0-9] more [emp][!0-9] cat emp[a-z] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // ? / ?? // ? / ?? ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -4 -1 #NAME? -2 -4 -1 #NAME? -2 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? wall mail mesg write wall mail mesg write ANSWER DOWNLOAD EXAMIANS APP