Ask Question
8 January, 09:04

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

+4
Answers (1)
  1. 8 January, 12:53
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers