Unix You can append to a file instead of overwriting by using the > symbols >> symbols None of these < symbols > symbols >> symbols None of these < symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /etc /usr /dev /tmp /etc /usr /dev 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? which who who am i None of these 1 /u which who who am i None of these 1 /u ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? copy cp None of these tar cpio copy cp None of these tar cpio 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? who | tee user.lst who < user.lste who >> user.lst who > user.lst None of these who | tee user.lst who < user.lste who >> user.lst who > user.lst None of these 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 None of these chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP