Tag: operating systems

Questions Related to operating systems

  1. chmod u+c filename

  2. chmod g+x filename

  3. chmod og-rx filename

  4. chmod o+x filename


Correct Option: D

Which command is used to display the contents of a file named "TEST" in reverse order?

  1. cat -r TEST;

  2. tac TEST

  3. rev TEST

  4. cat -R TEST


Correct Option: B