Ask Question
18 May, 15:31

There is a way to use Linux commands to display all programs with the setuid bit on. I run this periodically to look for programs that are setuid and owned by root, and I jot down the number of them. If this number gets larger it may indicate a security breech. Why

+2
Answers (1)
  1. 18 May, 16:54
    0
    The SUID bit is a type of permission files that is previously granted to a file. In Linux when you run a program, these special permissions are inherited to the user who is working. The SUID grants permissions to a user temporarily.

    Explanation:

    If the time lengthens, it is possibly due to a security breach. A change of the password is recommended, through the passwd command. Through this command, some files cannot be opened or seen by the user, only by the user who has root permissions. By configuring the passwd through the SUID we can grant root user permissions to any type of user, so that in such case update, use the shadow and files.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “There is a way to use Linux commands to display all programs with the setuid bit on. I run this periodically to look for programs that are ...” 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