I imagine that'e because it's nearly impossible to implement portably: Unix
and Windows do different things here. In particular, Unix chown() also sets
the group owner, but Windows has no such concept.

On Sun, Jun 3, 2018 at 1:47 PM ToddAndMargo <toddandma...@zoho.com> wrote:

> On 06/03/2018 10:08 AM, ToddAndMargo wrote:
> >>> On Sun, Jun 3, 2018 at 1:05 PM ToddAndMargo <toddandma...@zoho.com
> >>> <mailto:toddandma...@zoho.com>> wrote:
> >>>
> >>>     Hi All,
> >>>
> >>>     I need the Perl6 commands for the following LINUX
> >>>     commands.
> >>>
> >>>     mkdir      make directory
> >>>     chown      change ownership
> >>>     chmod      change file mode bits
> >>>     del        delete file
> >>>
> >>>
> >>>     Many thanks,
> >>>     -T
> >
> > On 06/03/2018 10:06 AM, Brandon Allbery wrote:
> >> Same answer: https://docs.perl6.org/type/IO::Path is where all the
> >> path-related things live.
> >
> > Thank you!
>
> Ah poop!  Can't find "chown"
>


-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to