[plug] chmod o+x
Mike Holland
myk at golden.wattle.id.au
Sat Jan 13 21:35:51 WST 2001
On Sat, 13 Jan 2001, Robert Andrews wrote:
> Hi all Im entering some scripts to run a apllication and it requires
> users others than root to write to /var/lock/subsys I am following
> chmod o+x /var/lock/subsys/
Well that doesnt make any sense. The dir normally has 'x' permission.
You want 'chmod o+w' to allow writing, though it does sound like a bit
of a kludge. I hope that security isnt important here.
> I have followed these instructions to the letter however the user
Thats always a problem when the intstructions have a typo :)
> Is there something wrong with the command chmod o+x /var/lock/subsys/
Bingo :)
> Thank you
Welcome.
--
Mike Holland <mike at golden.wattle.id.au>
--==--
If you're not part of the solution, you're part of the precipitate.
More information about the plug
mailing list