11 Jul
2005
11 Jul
'05
7:28 p.m.
On 11/07/05, MJ Ray <mjr@phonecoop.coop> wrote:
Peter Hunter <peterslinuxbox@ntlworld.com> wrote:
[...] Just one thing, how do I become root without logging out and back in. Do I type su root?
Yes, su (substitute user) will work like that, or you could become root and run the make command all in one with: su root -c 'make install'
Or install the sudo package and use that to run commands with root privs. Once installed you'll be able to things like.. ./configure make sudo make install As with all things linuxy there's a zillion ways to do everything. I'm not advocating to pooh-poohing either approach, just making you aware of the choices. Cheers, Al.