Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mdls(1) [osx man page]

MDLS(1) 						    BSD General Commands Manual 						   MDLS(1)

NAME
mdls -- lists the metadata attributes for the specified file SYNOPSIS
mdls [-name attributeName] [-raw [-nullMarker markerString]] file ... DESCRIPTION
The mdls command prints the values of all the metadata attributes associated with the files provided as an argument. The following options are available: -name Print only the matching metadata attribute value. Can be used multiple times. -raw Print raw attribute data in the order that was requested. Fields will be separated with a ASCII NUL character, suitable for piping to xargs(1) -0. -nullMarker Sets a marker string to be used when a requested attribute is null. Only used in -raw mode. Default is "(null)". SEE ALSO
mdfind(1), mdutil(1) xargs(1) Mac OS X June 3, 2004 Mac OS X

Check Out this Related Man Page

sys_attrs_presto(5)						File Formats Manual					       sys_attrs_presto(5)

NAME
sys_attrs_presto - presto subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the Prestoserve (presto) kernel subsystem. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. The Prestoserve product consists of optional hardware (NVRAM) and software that must be installed on your system. See the Guide to Prestoserve for details on Prestoserve. See the System Configuration and Tuning manual for information about Prestoserve within the context of managing file system performance. Size, in bytes, of the Prestoserve buffer hash table. Default value: 256 (bytes) Minimum value: 0 Maximum value: 65,536 (64 KB) Increasing the value of the presto_buffer_hash_size attribute may improve throughput by decreasing Prestoserve lock contention. A value that controls whether Prestoserve will cache only UFS and AdvFS file-system metadata or both file-system metadata and syn- chronous-write data. If the attribute is set to 1, Prestoserve caches only file-system metadata. If the attribute is set to 0 (zero), both file-system metadata and synchronous-write data are cached. Default value: 0 Setting prmetaonly to 1 may improve the performance of applications that access many small files, or applications that access a large amount of file-system metadata but do not reread recently written data. SEE ALSO
sys_attrs(5) Guide to Prestoserve System Configuration and Tuning sys_attrs_presto(5)
Man Page