Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

condor_rmdir(1) [debian man page]

condor_rmdir(1) 					      General Commands Manual						   condor_rmdir(1)

Name
       condor_rmdir Windows - only no-fail deletion of directories

Synopsis
       condor_rmdir [/HELP | /?]

       condor_rmdir@filename

       condor_rmdir[/VERBOSE] [/DIAGNOSTIC] [/PATH:<path>] [/S] [/C] [/Q] [/NODEL] directory

Description
       condor_rmdircan delete a specified directory, and will not fail if the directory contains files that have ACLs that deny the SYSTEM process
       delete access, unlike the built-in Windows rmdircommand.

       The directory to be removed together with other command line arguments may be specified within a file named filename, prefixing this  argu-
       ment with an  @ character.

       The  condor_rmdir.exeexecutable is is intended to be used by Condor with the /S/Coptions, which cause it to recurse into subdirectories and
       continue on errors.

Options
       /HELP

	  Print usage information.

       /?

	  Print usage information.

       /VERBOSE

	  Print detailed output.

       /DIAGNOSTIC

	  Print out the internal flow of control information.

       /PATH:<path>

	  Remove the directory given by <path>.

       /S

	  Include subdirectories in those removed.

       /C

	  Continue even if access is denied.

       /Q

	  Print error output only.

       /NODEL

	  Do not remove directories. ACLs may still be changed.

Exit Status
       condor_rmdirwill exit with a status value of 0 (zero) upon success, and it will exit with the standard HRESULT error code upon failure.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of  Wisconsin-Madison,  Madison,  WI.  All  Rights  Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012						   condor_rmdir(1)

Check Out this Related Man Page

condor_router_rm(1)					      General Commands Manual					       condor_router_rm(1)

Name
       condor_router_rm Remove - jobs being managed by the Condor Job Router

Synopsis
       condor_router_rm [router_rm options] [condor_rm options]

Description
       condor_router_rm  is  a	script	that provides additional features above those offered by condor_rm, for removing jobs being managed by the
       Condor Job Router.

       The options that may be supplied to condor_router_rmbelong to two groups:

	  * router_rm optionsprovide the additional features

	  * condor_rm optionsare those options already offered by condor_rm. See section 10, the condor_rmmanual page for specification  of  these
	  options.

Options
       -constraint X

	  (router_rm option) Remove jobs matching the constraint specified by X

       -held

	  (router_rm option) Remove only jobs in the hold state

       -idle

	  (router_rm option) Remove only idle jobs

       -route name

	  (router_rm option) Remove only jobs on specified route

Exit Status
       condor_router_rmwill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright  (C)  1990-2012  Condor  Team,  Computer  Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012					       condor_router_rm(1)
Man Page

4 More Discussions You Might Find Interesting

1. HP-UX

To know the path of a file..

Hi, I'm using a HP-UX machine and i would like to know if there is any command by which i can search for a file(i don't know the complete filename) thats somewhere in the subdirectories or in a different directory structure. Thanks in advance... abey (1 Reply)
Discussion started by: abey
1 Replies

2. UNIX for Dummies Questions & Answers

Advanced LS?

My goal is simply to output a listing of all files in a directory and all subdirectories, one per line, ****with their full path****. The *** part is what I can't figure out. I can get one on a line and I like having the extra info, so I'm using ls -Rl right now. But what I get is just the... (2 Replies)
Discussion started by: bostonrobot
2 Replies

3. UNIX for Dummies Questions & Answers

Possible to give sudo access to subdirectories?

Say I want to give someone access to /example/directory/* where * equals all the sub directories inside of /example/directory I tried doing something like joe DEV1=(ROOT) /example/directory/ But that doesn't seem to want to work. If I give him the full subdirectory... (3 Replies)
Discussion started by: LordJezo
3 Replies

4. UNIX for Dummies Questions & Answers

Exit Status Of Find Command

Hello All, I am trying to capture the exit status of find command and want to delete the files only when it is successful. But it is always returning me as success even if the pattern of that file doesn't exist in the current directory. please help, checked manual page but couldn't able to figure... (6 Replies)
Discussion started by: Ariean
6 Replies