IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24277


Ignore:
Timestamp:
May 29, 2009, 2:31:05 PM (17 years ago)
Author:
jhoblitt
Message:

document chmod_object()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pod

    r23932 r24277  
    2929    Nebulous::Server->stat_object( $key );
    3030    Nebulous::Server->mounts();
     31    Nebulous::Server->chmod_object( $key, $mode) ;
    3132
    3233=head1 DESCRIPTION
     
    203204    ]
    204205
     206=item * chmod_object( $key, $mode );
     207
     208Accepts 2 parameters, both mandatory.  C<$key> is the nebulous key to operate
     209on and C<$mode> are the POSIX like filepermissions to set on all instances of
     210C<$key>.  C<$mode> must be specified in oct.  Returns C<$mode> or sucess or an
     211exception on failure.
     212
    205213=back
    206214
     
    223231=head1 COPYRIGHT
    224232
    225 Copyright (C) 2004-2008  Joshua Hoblitt.  All rights reserved.
     233Copyright (C) 2004-2009  Joshua Hoblitt.  All rights reserved.
    226234
    227235This program is free software; you can redistribute it and/or modify it under
Note: See TracChangeset for help on using the changeset viewer.