PlaneShift

Support => Technical Help: IN GAME bugs (after loading world) => Topic started by: SneakyBob on January 28, 2005, 02:01:35 pm

Title: Permission to execute the .sh file
Post by: SneakyBob on January 28, 2005, 02:01:35 pm
Im new to this whole linux thing so i was wondering if anyone could tell me how I get Permisson to open the linux installer ?(
Title:
Post by: Androgos on January 28, 2005, 02:17:23 pm
su
(Type your root password)
chmod 755 {Filename}
Title:
Post by: SneakyBob on January 28, 2005, 03:01:24 pm
ok so

su root
chmod 755{planeshift_CBV0.3.006.sh}

Where dows the password go in there?
Title:
Post by: Karosh_Steinkatz on January 28, 2005, 03:04:29 pm
You don\'t  have to go root if you want to run the installer as the same user who downloaded it. Just run
chmod +x planeshift_CBV0.3.006.sh
then
./planeshift_CBV0.3.006.sh
to execute it.

PS: su asks you for the root password when you run it.