Changing privilege rights on Arch Linux for a particular program

0

I am quite new to linux and have had issues surrounding every program that I install. Basically, anything that is placed outside of my home directory requires a sudo call prior to opening/executing. I cannot write to files, open usb devices, or run programs that exist outside of this directory (specifically, above this directory).

I know this is a privilege problem, but I come here to ask how this can be permanently stopped. How can I configure things such that when programs are installed I do not have to manually find the executable and change its privilege requirements?

sherrellbc

Posted 2014-05-29T03:31:17.427

Reputation: 447

1You shouldn't do that, things are setup this way for your own safety and security – MariusMatutiae – 2014-05-29T14:59:38.617

Most of the programs are installed in /usr/bin where you have the rights to read and execute files. So what is really your need ? – Nicolas – 2014-05-29T20:12:35.410

No answers