1condor_rmdir(1) General Commands Manual condor_rmdir(1)
2
3
4
6 condor_rmdirWindows-only no-fail deletion of directories
7
9 condor_rmdir[/HELP | /?]
10
11 condor_rmdir@filename
12
13 condor_rmdir[/VERBOSE] [/DIAGNOSTIC] [/PATH:<path>] [/S] [/C] [/Q]
14 [/NODEL] directory
15
17 condor_rmdircan delete a specified directory, and will not fail if the
18 directory contains files that have ACLs that deny the SYSTEM process
19 delete access, unlike the built-in Windows rmdircommand.
20
21 The directory to be removed together with other command line arguments
22 may be specified within a file named filename, prefixing this argument
23 with an @character.
24
25 The condor_rmdir.exeexecutable is is intended to be used by HTCondor
26 with the /S/Coptions, which cause it to recurse into subdirectories and
27 continue on errors.
28
30 /HELP
31
32 Print usage information.
33
34
35
36
37
38 /?
39
40 Print usage information.
41
42
43
44
45
46 /VERBOSE
47
48 Print detailed output.
49
50
51
52
53
54 /DIAGNOSTIC
55
56 Print out the internal flow of control information.
57
58
59
60
61
62 /PATH:<path>
63
64 Remove the directory given by <path>.
65
66
67
68
69
70 /S
71
72 Include subdirectories in those removed.
73
74
75
76
77
78 /C
79
80 Continue even if access is denied.
81
82
83
84
85
86 /Q
87
88 Print error output only.
89
90
91
92
93
94 /NODEL
95
96 Do not remove directories. ACLs may still be changed.
97
98
99
100
101
103 condor_rmdirwill exit with a status value of 0 (zero) upon success, and
104 it will exit with the standard HRESULT error code upon failure.
105
107 Center for High Throughput Computing, University of Wiscon‐
108 sin–Madison
109
111 Copyright © 1990-2019 Center for High Throughput Computing, Computer
112 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
113 Rights Reserved. Licensed under the Apache License, Version 2.0.
114
115
116
117 date condor_rmdir(1)