1CONDOR_RMDIR(1)                 HTCondor Manual                CONDOR_RMDIR(1)
2
3
4

NAME

6       condor_rmdir - HTCondor Manual
7
8       Windows-only no-fail deletion of directories
9
10

SYNOPSIS

12       condor_rmdir [/HELP | /? ]
13
14       condor_rmdir @filename
15
16       condor_rmdir [/VERBOSE ] [/DIAGNOSTIC ] [/PATH:<path> ] [/S ] [/C ] [/Q
17       ] [/NODEL ] directory
18

DESCRIPTION

20       condor_rmdir can delete a specified directory, and will not fail if the
21       directory  contains  files  that have ACLs that deny the SYSTEM process
22       delete access, unlike the built-in Windows rmdir command.
23
24       The directory to be removed together with other command line  arguments
25       may  be specified within a file named filename, prefixing this argument
26       with an @ character.
27
28       The condor_rmdir.exe executable is is intended to be used  by  HTCondor
29       with  the  /S /C options, which cause it to recurse into subdirectories
30       and continue on errors.
31

OPTIONS

33          /HELP  Print usage information.
34
35          /?     Print usage information.
36
37          /VERBOSE
38                 Print detailed output.
39
40          /DIAGNOSTIC
41                 Print out the internal flow of control information.
42
43          /PATH:<path>
44                 Remove the directory given by <path>.
45
46          /S     Include subdirectories in those removed.
47
48          /C     Continue even if access is denied.
49
50          /Q     Print error output only.
51
52          /NODEL Do not remove directories. ACLs may still be changed.
53

EXIT STATUS

55       condor_rmdir will exit with a status value of 0  (zero)  upon  success,
56       and it will exit with the standard HRESULT error code upon failure.
57

AUTHOR

59       HTCondor Team
60
62       1990-2021,  Center for High Throughput Computing, Computer Sciences De‐
63       partment, University of Wisconsin-Madison, Madison,  WI,  US.  Licensed
64       under the Apache License, Version 2.0.
65
66
67
68
698.8                              Jan 26, 2021                  CONDOR_RMDIR(1)
Impressum