Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rfrm(1) [debian man page]

RFRM(1) 						      General Commands Manual							   RFRM(1)

NAME
rfrm - remove remote files and directories SYNOPSIS
rfrm filename... rfrm [ -f ] [ -r ] directory... DESCRIPTION
rfrm provides an interface to the shift remote file I/O daemon (rfiod) for removing entries for one or more files from a directory. If filename is a symbolic link, the link will be removed, but the file or directory to which it refers will not be deleted. The filename or directory argument is either a remote path name of the form: hostname:path or a local path name (not containing the :/ character combination). OPTIONS
The following options apply to rfrm: -f Never prompts. -r Recursively remove directories and subdirectories in the argument list. The directory will be emptied of files and removed. SEE ALSO
rm(1), rfiod(l) NOTES
Although rfrm supports a list of file names or directories it does not support regular expressions (regexp(5)). For instance, rfrm host:/a/b/c* will not work. AUTHOR
LCG Grid Deployment Team $Date: 2006/01/27 10:07:32 $ RFRM(1)

Check Out this Related Man Page

RFSTAT(1)							Rfio User Commands							 RFSTAT(1)

NAME
rfstat - get information about a file or directory SYNOPSIS
rfstat directory rfstat filename DESCRIPTION
The rfstat program provides an interface to the shift remote file I/O daemon (rfiod) for getting information about a remote directory or file. The filename or directory argument is either a remote file name of the form: hostname:path or a local file name (not containing the :/ character combination). The output from the rfstat command gives information similar to that of the ls -il command for listing local files or directories, one field per line. EXAMPLE
rfstat /tmp Device : 802 Inode number : 2 Nb blocks : 16 Protection : drwxrwxrwt (41777) Hard Links : 13 Uid : 0 (root) Gid : 0 (root) Size (bytes) : 4096 Last access : Wed Jun 15 07:18:10 2011 Last modify : Wed Jun 15 07:18:10 2011 Last stat. mod. : Wed Jun 15 07:18:10 2011 SEE ALSO
rfio_stat(3), rfiod(1) NOTES
rfstat does not support regular expressions (regexp(5)) in the directory or filename argument. AUTHOR
LCG Grid Deployment Team LCG
$Date$ RFSTAT(1)
Man Page