Changeset 24277
- Timestamp:
- May 29, 2009, 2:31:05 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod
r23932 r24277 29 29 Nebulous::Server->stat_object( $key ); 30 30 Nebulous::Server->mounts(); 31 Nebulous::Server->chmod_object( $key, $mode) ; 31 32 32 33 =head1 DESCRIPTION … … 203 204 ] 204 205 206 =item * chmod_object( $key, $mode ); 207 208 Accepts 2 parameters, both mandatory. C<$key> is the nebulous key to operate 209 on and C<$mode> are the POSIX like filepermissions to set on all instances of 210 C<$key>. C<$mode> must be specified in oct. Returns C<$mode> or sucess or an 211 exception on failure. 212 205 213 =back 206 214 … … 223 231 =head1 COPYRIGHT 224 232 225 Copyright (C) 2004-200 8Joshua Hoblitt. All rights reserved.233 Copyright (C) 2004-2009 Joshua Hoblitt. All rights reserved. 226 234 227 235 This program is free software; you can redistribute it and/or modify it under
Note:
See TracChangeset
for help on using the changeset viewer.
