Question:

The symbol for ‘execute’ permission in Linux/Unix is:

Show Hint

Remember: r = read, w = write, x = execute; - means permission not granted.
  • -x
  • rwx
  • r-
  • -w-
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

In Linux/Unix file permissions, the symbol -x represents the execute permission for a file or directory. Here:
  • \texttt{r} stands for read permission.
  • \texttt{w} stands for write permission.
  • \texttt{x} stands for execute permission.
  • A dash \texttt{-} indicates the absence of that permission.
So, \texttt{-x} means the execute permission is granted, but read and write permissions are not.
Was this answer helpful?
0
0

Questions Asked in CBSE CLASS XII exam

View More Questions