16 Nov 2007 at 22:25 #1 peeejayz peeejayz Associate Joined 14 Nov 2007 Posts 59 I'm trying to run a .bin file from a normal user, How do i give them access to that cmd? As currently it says not allowed if i try to use it cheers
I'm trying to run a .bin file from a normal user, How do i give them access to that cmd? As currently it says not allowed if i try to use it cheers
16 Nov 2007 at 23:53 #2 aix0 aix0 Associate Joined 16 Mar 2005 Posts 708 Location Staffordshire I think that chmod 4755 filename should do the trick.
18 Nov 2007 at 01:21 #3 refresh refresh Associate Joined 31 Jul 2007 Posts 108 chmod a+x <filename> should also work (a: all users, +x: add execute permissions)