Unix Which operator will be used with chmod command to assign absolute permission? % None of these + - = % None of these + - = ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc infile >newfile wc infile - newfile wc newfile wc infile | newfile wc infile >newfile wc infile - newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as do ccp comp cmp do ccp comp cmp ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? second fourth third first second fourth third first ANSWER DOWNLOAD EXAMIANS APP