Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .profile lastlogin .mbox None of these .exrc .profile lastlogin .mbox None of these .exrc ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -2 #NAME? -1 -4 -2 #NAME? -1 -4 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? None of these grep tee cat more None of these grep tee cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? rename ren remove mv rename ren remove mv 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? more [emp][!0-9] cat emp[!0-9] cat emp[x-z] cat emp[a-z] more [emp][!0-9] cat emp[!0-9] cat emp[x-z] cat emp[a-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