tom panzarella on Fri, 1 Jun 2001 10:20:05 -0400 |
Don't log in as root. Use a normal user account. When you have to install something "su" to root ... it will save your butt some day I'm sure. Most packages that you install in general go like this: [normaluser@host.com dir]$ ./configure [normaluser@host.com dir]$ make [normaluser@host.com dir]$ su Password: [root@host.com dir]# make install [root@host.com dir]# exit [normaluser@host.com dir]$ It's not all that painful. t. joseph Welsh wrote: I have a general question about user accounts. I been working with diffrent flavors of linux now for 2 years and I been curious about this for awhile -- C-x C-c
|
|