Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are different tools:

...

command line tool for stat, rm, dirlist, checksum,...

xrdls

...

ls-like command

Anchor
a_xrdcmd
a_xrdcmd

xrdcmd Client admin tools

...

Xrootd does not provide the directory listing (ls) semantics as a file system does.
The xrdls is a command line tool that looks a little bit like an ls. By defaults it
loops over all xrootd data servers and obtains a directory listing for each of them.

Code Block
titleusage



xrdls \[-_l_\] \[_dataserver_\] directory

* \-_l_ prints a long listing
* specify _dataserver_ if the listing from only this server is requested. Default is to 
loop over all servers

It is implemented by using the standard unix ls command together with the
xrootd preload library. Using the long listing the user and group name are
not meaningful. The time shown is the mtime.

...