Unix You can append to a file instead of overwriting by using the < symbols None of these > symbols >> symbols < symbols None of these > symbols >> symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? head grep cat more head grep cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? pg cat None of these lp more pg cat None of these lp more ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? second third fourth first second third fourth first ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 555 755 744 555 755 744 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 777 emp* chmod u+r ??? emp chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp chmod 222 emp? chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP