What does the following command do?
$ chmod ugo +w file01.txt
$ chmod ugo +w file01.txt
A. assign write permission to users, group and others
B. assign write permission to the user (owner) only
C. assign write permission to group and others
D. command not executable
Answer: Option A
Join The Discussion