Q. In UNIX, which command is used to change the protection mode of files starting with the string emp and ending with 1, 2 or 3 ?

Question ID: 12995
  1. Chmod 222 emp ?
  2. Chmod u+x emp[1-3]
  3. Chmod 777 emp*
  4. Chmod u+r ??? emp


❮ Prev       Next ❯