Author Topic: Permission denied  (Read 766 times)

Denisius

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
Permission denied
« on: October 30, 2007, 02:11:33 pm »
When i try to install the .bin file, it gives me a 'Permission denied' error.

I use:

./PlaneShift_CBV0.3.020.bin

Akashani

  • Hydlaa Resident
  • *
  • Posts: 67
    • View Profile
Re: Permission denied
« Reply #1 on: October 30, 2007, 02:35:19 pm »
open the Terminal, type   chmod +x PlaneShift_CBV0.3.020.bin.

then type     sudo ./PlaneShift_CBV0.3.020.bin


and now have fun :)

and don't forget to set the permissions to 777 during installing

Regards Akashani

ikyuao

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Permission denied
« Reply #2 on: November 12, 2007, 04:40:40 pm »
When i try to install the .bin file, it gives me a 'Permission denied' error.

I use:

./PlaneShift_CBV0.3.020.bin

Or type chmod a+x to change permission of [filename].bin into executable then run ./[filename].bin to run installer...
You can go ahead type chmod 777 to change file permission into read, write and execute of file permission...

I tested in root mode, I changed all  / main empire files of permissions be executable only for users and for root can read, write and executable only --- means users are locked out of reading or writing main / files but users can do executable programs --- means users cannot read,modify or edit files :D:woot: :woot:

Code: [Select]
drwx--x--x   2 root root  4096 2007-10-01 00:16 bin
drwx--x--x   3 root root  4096 2007-10-05 00:40 boot
drwx--x--x  11 root root  7920 2007-11-12 14:31 dev
drwx--x--x 108 root root 12288 2007-11-12 11:36 etc
drwx--x--x   3 root root    19 2007-10-01 06:09 home
drwx--x--x  12 root root  8192 2007-10-01 00:42 lib
drwx--x--x   2 root root    43 2007-11-12 11:35 media
drwx--x--x   2 root root     6 2006-11-25 15:49 mnt
drwx--x--x   6 root root    61 2007-10-01 03:26 opt
drwx--x--x 117 root root     0 2007-11-12 05:34 proc
drwx------  22 root root  4096 2007-11-12 16:20 root
drwx--x--x   3 root root 12288 2007-10-01 00:54 sbin
drwx--x--x   5 root root    36 2007-10-01 00:53 srv
drwx--x--x  11 root root     0 2007-11-12 05:34 sys
drwxrwxrwx  79 root root  8192 2007-11-12 16:17 tmp
drwx--x--x  13 root root   152 2007-09-22 17:25 usr
drwx--x--x  14 root root  4096 2007-10-01 00:17 var

Notice: That is not running in root mode that is displaying only what I am making Linux computer be fully secured from users of accidents
« Last Edit: November 12, 2007, 11:31:42 pm by ikyuao »