Can we set sticky-bit (a+t) or change the permissions of the files and directories under /proc especially /proc/<pid>?
Updated -
-
The files or directories
(/proc/<pid>)
in/proc
are not real files. The files/directories are dynamically created and destroyed by thekernel
. The contents or the files changes dynamically as processes starts or stops. Thesticky bit
is not relevant in this context as it's not about controlling file deletion but rather provi...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.