Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .profile None of these .exrc lastlogin .mbox .profile None of these .exrc lastlogin .mbox ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod u-x, go+r note chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod u-x, go+r note chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? None of these 1 /u who am i who which None of these 1 /u who am i who which ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -r wc - 1 wc -w wc -c wc -r wc - 1 wc -w wc -c 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