Results 1 to 2 of 2
im looking for a little help with using sudo. mostly the inly reason i use root is when doing "./configure" "make" "make install".
can sudo eliminate that for me?
also ...
- 02-11-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 41
using sudo
im looking for a little help with using sudo. mostly the inly reason i use root is when doing "./configure" "make" "make install".
can sudo eliminate that for me?
also i have heard that ./configure, make should be run as user not root, is this true or a preference thing?
- 02-11-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I wouldn't say eliminate. sudo is basically just su, except that you don't need to type your root password.
About running configure and make as user, I'd say it depends. Run it as the one "owning" the software. When I install "system-wide" software, I usually configure and make it as root


Reply With Quote
