Ask Question
25 September, 19:09

The listing of a directory shows certain files with permissions set to rwsr-xr-x. what does this indicate?

+3
Answers (1)
  1. 25 September, 19:56
    0
    "rws" means that the user has permissions to read, write and setuid. "r" means the user can read the file and "w" means that the user can write to the file. "s" stands for "setuid" (set user id) is a permission bit that allows the users to execute a program with the permissions of its owner. The "s" can also mean "setgid" (set group id) is a bit that allows the user to execute a program with the permissions of the group owner.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The listing of a directory shows certain files with permissions set to rwsr-xr-x. what does this indicate? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers