Displaying 3 results from an estimated 3 matches for "createdir".
2011 Jun 10
11
cannot manage home directories
user {''username'':
uid => 501,
gid => ''staff'',
comment => ''comment'',
ensure => present,
home => ''/Users/sysop'',
shell =>
2003 Mar 12
0
can't delete older file/directory links on another local partition after `snapshot' type backup script
...in rw mode
$systemcall="$MOUNT -w -o remount $archivepart";
(!(system($systemcall))) or do {print LOG "could not $systemcall\n"; die;};
#---------------------------------------------------------------------
# create backup directory if one hasn't already been specified
createdir($dir); # call subroutine createdir to create the directory and
possibly the tree too
print LOG "created directory for archive $dir\n";
#---------------------------------------------------------------------
# copy (hard link) files to directory from recent which has the previous tree...
2006 Feb 08
2
Programming Help
...m, that would
publish a list of events as they occur, so that an external program could
read these events and do "something".
These events would be "Add", "Delete", "Move" - these would be posted every
time a new message is added, deleted or moved.
"CreateDir", "DeleteDir" would be published when a user creates a
subf-folder or removes one.
A simple example would be to configure the system to publish 'Add Message'
events, and then an external program would read these, and send a
notification event to web based users who are...