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.
I figured out how to do it. I just changed permissions for user and group. chmod 744 and it worked fine.
Please Login to reply.
I was just going write the same.