>does that mean all users can exceute /sbin and /usr/sbin?
That lets them into the directory.
Perms on the files can reduce their privs.
Code within the exe can reduce their privs.
Quote:> Can someone send me a "ls -la" of /sbin and /usr/sbin please?
Quote:> BTW, I did chmod these 3 directories and same thing happens:
> Can't create transcript file ./xff3F0xp101866: Permission denied
>queueup: cannot create queue temp file ./tff3F0xp101866, uid=501: Permission
>denied
I would be impressed that an exe would be creating temp files
in /sbin or /usr/sbin
./xff3F0xp101866
^
|
`------ indicates current directory. Are you in /sbin
running code?
You might try rpm -Va | grep '..5' > /tmp/verify
and see what changed in /tmp/verify
--
The warranty and liability expired as you read this message.
If the above breaks your system, it's yours and you keep both pieces.
Practice safe computing. Backup the file before you change it.
Do a, man command_here or cat command_here, before using it.