Compatible Support Forums: what no root! ???????????

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

what no root! ???????????

#1 User is offline   petegavin 

  • stranger
  • Group: Members
  • Posts: 14
  • Joined: 02-February 05

Posted 02 February 2005 - 02:35 PM

After a bit of a nightmare installing suse 9.2 yesterday I was a bit miffed to find there was no p2p software as in 9.1. However i came across post of someone asking how to install LimeWire which said "cd into the directory you downloaded the limewire.bin file and type sh ./LimeWireLinux.bin" Cant be that easy i thought?
Anyway it is!!!!!!!!!!! and no root access required!! good god is this a dangerous as it seems?????? anyway it works. So, if its that easy to install software safely in Linux why the hell do we have to put up with all the usual stuff?
0

#2 User is offline   martouf 

  • enthusiast
  • Group: Members
  • Posts: 338
  • Joined: 09-July 04

Posted 02 February 2005 - 09:39 PM

put simply:
dangerous, perhaps, but only to -your- user account. it's not shared with
any of the other user accounts you may have on the system.

stuff installed as root usually means software installed for all user accounts
on the system. shared applications.

if your user account does not have any special privileges, then software
installed by and running as your user id is not very dangerous.

0

#3 User is offline   jjcohen 

  • newbie
  • Group: Members
  • Posts: 30
  • Joined: 31-December 03

Posted 03 February 2005 - 09:44 AM

The key thing isn't **what** you are installing, but **where** you are installing it to. Limewire can be installed anywhere - it doesn't require any files to be written to /usr, or to any other directories requiring root access. The install is really just an unjar, so root privileges aren't necessary.
0

#4 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 03 February 2005 - 01:14 PM

Its actually no problem at all. If you do not enter root access, you will realize that Limewire cannot be installed into any other directory than your Home directory as it is with all other software. You can trash your Home directory any way you like. No security issue there. A harmful software can only cause serious damage if it's installed using root access and thus have access to all impt system files. So actually its more secure to install software without using root access.
0

#5 User is offline   petegavin 

  • stranger
  • Group: Members
  • Posts: 14
  • Joined: 02-February 05

Posted 03 February 2005 - 02:36 PM

So if it is "safe" what about my second question, if this type of installation only effects the home directory, which in my case (and i'm sure many others) is the only user directory on this desktop, why dont all applications install as simple binaries, or at least have that option?
0

#6 User is offline   martouf 

  • enthusiast
  • Group: Members
  • Posts: 338
  • Joined: 09-July 04

Posted 03 February 2005 - 10:15 PM

flippantly: because you're running a multi-user operating system. laugh

seriously though, many applications are designed to store configuration data
and user files in a user's part of the filesystem while the application binaries
and libraries are stored in the system's part of the filesystem for reasons of sharing
and protecting the application itself from the actions of users.

this separation of user config+data from app bin+libs is also reflected in the filesystem
layout and usage accounting in that the /usr/bin directory often lives on a partition
or disk separate from /home.

Similarly, the system backup strategy is positively affected since the infrequently changing
and possibly quite large collection app bin+libs files need backing up less often
than the frequently changing and often relatively small collection of user config+data files.
0

#7 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 04 February 2005 - 04:05 AM

Quite true. GNU/Linux is a multi-user system. Many software if not all, allow you to install in your home directory without root access. But this will result in other users on the system not being able to access that software.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users