Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 36)
36.
Which operator will be used with chmod command to assign absolute permission?
+
-
=
%
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Harshavardhan Kalsait said:   8 years ago
+: For ADD.
- : For REMOVE.
= :For Assign Absolute.
r : READ.
w :WRITE.
x:Execute.
u :USER(OWNER).
g :GROUP.
o :OTHERs.

Buganda said:   8 years ago
+ : increment operator.

- : decrement operator.

= : assignment operator.

Post your comments here:

Your comments will be displayed after verification.