Unix The octal representation 652 indicates Write permission for others Execute permission for the owner None of these Read and write permission of groups All of these Write permission for others Execute permission for the owner None of these Read and write permission of groups All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? cat more head grep cat more head grep 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 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 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 The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has write and executable permissions both read and write permissions executable permission only both read and executable permissions. None of these write and executable permissions both read and write permissions executable permission only both read and executable permissions. None of these ANSWER DOWNLOAD EXAMIANS APP