How to Install applications on Linux

  • varma
  • Novice
  • Novice
  • No Avatar
  • Joined: May 28, 2004
  • Posts: 31
  • Loc: India
  • Status: Offline

Post February 1st, 2006, 8:06 am

Hi

I need help from Linux experts. I am new to Linux. In Windows environment for installation of applications, we are giving admin privileges for user and installing. After that, we can use the applications with that user. In Linux, we have installed Portals on root user. Now, when we are trying to work with another user, it is not working, due to lack of permissions on files.

Can any one help me how to install the applications and work with any other user in Linux.

Thanks

Varma
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 1st, 2006, 8:06 am

  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post February 2nd, 2006, 6:13 am

when your in the console and you're the user thats the owner of the file, try this:
Code: [ Select ]
chmod 755 filename

if that doesn't work you could always 777 the file but i wouldn't suggest that..
Image
"In a world without walls and fences, who needs Windows and Gates?"
  • Enjoi_Panda_Man
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Aug 28, 2004
  • Posts: 166
  • Loc: TX
  • Status: Offline

Post February 2nd, 2006, 12:53 pm

you could also alternativly set up the sudo stuff. wish i could give you more info on that but i only messed with that once awhile back and dont remember too much on it.
  • this213
  • Guru
  • Guru
  • User avatar
  • Joined: Mar 01, 2004
  • Posts: 1242
  • Loc: ./
  • Status: Offline

Post February 3rd, 2006, 9:32 am

I have a few questions for you:

What distribution of Linux?

How was the software packaged? (tarball, rpm, deb)

What steps did you perform to install the software?

Generally speaking, I would guess you downloaded a tarball and made it in /root (so the application itself exists in /root/somedir). If you want anyone other than root to use this application, you need to install it somewhere where everyone can get to it (/opt comes to mind). Once you have the package somewhere everyone can get to it, assign permissions appropriately.
http://www.disabo.com

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 133 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.