Is there a way to force a software running on #Linux to ask for a password before starting? I don't want to modify the software or the launcher script. I just want to avoid not allowed person to run specific software without my password.

Reply to this note

Please Login to reply.

Discussion

I figured out how to do it. I just changed permissions for user and group. chmod 744 and it worked fine.

I was just going write the same.