Unix Which of the following commands is used to display the filenames in multiple columns? ls -x lc None of these ls ls -1 ls -x lc None of these ls ls -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv *.* /bin/ mv * /bin/* None of these mv * ../bin mv * ../bin *.* mv *.* /bin/ mv * /bin/* None of these mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 666 note chmod 555 note chmod 333 note chmod 444 note chmod 666 note chmod 555 note chmod 333 note chmod 444 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? a i None of these A I a i None of these A I 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 go+x, u-x note chmod go+r, u+x note chmod g-x, uo+r note None of these chmod u-x, go+r note chmod go+x, u-x note chmod go+r, u+x note chmod g-x, uo+r note None of these chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as ccp comp cmp do ccp comp cmp do ANSWER DOWNLOAD EXAMIANS APP