lio_getattr OPTIONS [LIO_COMMON_OPTIONS] [LIO_PATH_OPTIONS]
Retrieve file attributes.
The format strings are string together according to the following code snippet:
printf(new_obj_fmt, object_name);
printf(attr_fmt, key[0], val[0]);
for (i=1; i<nattr; i++) {
printf(attr_sep);
printf(attr_fmt, key[i], val[i]);
}
printf(end_obj_fmt, object_name);
Please report any bugs to support@lstore.org.