Unix Which set option is used with vi editor to display line numbers on screen? ic nm nu li ic nm nu li 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? 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 chmod u-x, go+r note 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
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
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe tty ^c stty echo ^a stty intr ^c stty echoe tty ^c stty echo ^a stty intr ^c 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: 755 744 555 755 744 555 ANSWER DOWNLOAD EXAMIANS APP