LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problems with Permission (https://www.linuxquestions.org/questions/linux-newbie-8/problems-with-permission-107610/)

mordin 10-23-2003 11:06 AM

Problems with Permission
 
I just installed Redhat 9.0

I try to copy .bin files the to /usr/bin directories but it always makes me use the terminal and use the SU command thing. Is there a way to just always have root enabled?

Also, I went to load up Windows (dual boot) and my USB mice no longer work... any ideas? They still work in Linux.

Thanks,
Henry

trickykid 10-23-2003 11:28 AM

man chmod to change permissions of your .bin files or setup sudo.

About the mouse in Windows, not sure, reinstall drivers, etc? This is a Linux forum, migth get better responses on a Windows type forum.

stv_t 10-23-2003 11:48 AM

Hi,

I wouldn't change the /usr/bin directory. I would change permissions on the /usr/local/bin directory and place your .bin files in there. This is initially an empty directory so you don't run the risk of overwritting anything, and you know that all it contains are your own binary files. Also this directory is already setup as part of the executalbe path.

Stv T

vasudevadas 10-23-2003 12:19 PM

It's not considered sensible to be logged in as root permanently, and that's what you are asking for basically. It's (so I hear) especially bad to run x windows (your graphical server) as root. Use a regular user for most tasks and then shell out to root on the occasions that you need it.

mordin 10-23-2003 01:45 PM

thanks guys, works like a champ now


All times are GMT -5. The time now is 01:58 AM.