Re: Weendoze for a VMS bigot



VAXman- @SendSpamHere.ORG wrote:
In article <g20ptd$9c1$1$8300dec7@xxxxxxxxxxxxxxxx>, "R.A.Omond" <Roy.Omond@xxxxxxxxxxxxxxxxx> writes:
VAXman- @SendSpamHere.ORG wrote:

[...snip...]
Administrator@XXXX -
$ cd /etc

Administrator@XXXX /etc
$ cacls sshd_config
C:\cygwin\etc\sshd_config Everyone:(special access:)

[... more snips...]

Administrator@XXXX /etc
$ cacls sshd_config /G Administrator:FCWR
{repeats /? output and then}
Invalid arguments.

I tried every conceivable variation F, C, W, and R too. Same results.
I never ever in my wildest dreams thought I'd be answering a Weendoze
question ... ;-)

Brian, I think you only need to:

$ cacls sshd_config /G Administrator:F

The "F" is full control and supersedes all the others.

HTH.

That did work. However, all of the other 'security' items originally shown
by 'cacls sshd_config' have gone missing. I hope that doesn't hork access
for the sshd server trying to read the file when it starts. If so, I will
be _COMPLETELY_ shut out.

Brian, I ain't no Weendoze expert (heck I hate Weendoze just as much as
you do, believe me ...).

cacls sshd_config /E /G Everyone:R

might be what you want. The /E says don't mess about with existing
access rules.

A nervous HTH ...
.



Relevant Pages

  • Re: Weendoze for a VMS bigot
    ... by 'cacls sshd_config' have gone missing. ... I hope that doesn't hork access ... for the sshd server trying to read the file when it starts. ... I think from reading the thread up to this point that you did get cacls ...
    (comp.os.vms)
  • Re: Weendoze for a VMS bigot
    ... by 'cacls sshd_config' have gone missing. ... I hope that doesn't hork access ... for the sshd server trying to read the file when it starts. ...
    (comp.os.vms)
  • Re: Right click on a folder...properties...nothing happens!!
    ... JohnB wrote: ... > Looks like you and I have the same problem, but nobody out ... You may have to use cacls from a command prompt to mend it. ... You can /really/ mess up with cacls. ...
    (microsoft.public.win2000.file_system)
  • Re: cacls applied to empty directory
    ... > hi I have a directory on a number of servers I want protected. ... > currently the dir is empty so using CACLS I want to set the acls via: ... Some commands don't like the trailing backslash, cacls is one of them. ... And if you don't want to mess with yes.txt, ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: Weendoze for a VMS bigot
    ... $ cacls sshd_config /G Administrator:FCWR ... {repeats /? ... Brian, I think you only need to: ... The "F" is full control and supersedes all the others. ...
    (comp.os.vms)