Which Linux command will set file permissions so that a user will have full privileges, a group will have read and execu
Posted: Thu May 05, 2022 1:35 pm
Which Linux command will set file permissions so that a user
will have full privileges, a group will have read and execute
privileges, and others will have read only privileges?
A:
chmod 714 index.html
B:
chmod 520 index.html
C:
chmod 754 index.html
D:
chmod 457 index.html
will have full privileges, a group will have read and execute
privileges, and others will have read only privileges?
A:
chmod 714 index.html
B:
chmod 520 index.html
C:
chmod 754 index.html
D:
chmod 457 index.html