1just-man-pages/condor_rmdir(1G)eneral Commands Manujaulst-man-pages/condor_rmdir(1)
2
3
4
6 condor_rmdir Windows-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
14 ] [ /Q ] [ /NODEL ] directory
15
17 condor_rmdir can delete a specified directory , and will not fail if
18 the directory contains files that have ACLs that deny the SYSTEM
19 process delete access, unlike the built-in Windows rmdir command.
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.exe executable is is intended to be used by HTCondor
26 with the /S /C options, which cause it to recurse into subdirectories
27 and 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_rmdir will exit with a status value of 0 (zero) upon success,
104 and it will exit with the standard HRESULT error code upon failure.
105
107 Center for High Throughput Computing, University of Wisconsin-Madison
108
110 Copyright (C) 1990-2018 Center for High Throughput Computing, Computer
111 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
112 Rights Reserved. Licensed under the Apache License, Version 2.0.
113
114
115
116 date just-man-pages/condor_rmdir(1)