PlaneShift
Support => Technical Help: IN GAME bugs (after loading world) => Topic started 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 ?(
-
su
(Type your root password)
chmod 755 {Filename}
-
ok so
su root
chmod 755{planeshift_CBV0.3.006.sh}
Where dows the password go in there?
-
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.