in Operating System edited by
3,458 views
2 votes
2 votes

In Unix, the command to enable execution permission for file "mylife" by all is_____

  1. Chmod ugo $+$ X mylife
  2. Chmod a $+$ X mylife
  3. Chmod $+$ X mylife
  4. All of the above
in Operating System edited by
3.5k views

1 Answer

3 votes
3 votes

ans is D 

all three commands are used to enable execution permission chmod (change mode) X for execution

ugo (user group other) and + for add

a(all) and + for add

only + for all

refer https://kb.iu.edu/d/abdb

Answer:

Related questions