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'