1hal-find(1M) System Administration Commands hal-find(1M)
2
3
4
6 hal-find, hal-find-by-capability, hal-find-by-property - search HAL
7 global device list
8
10 hal-find-by-capability --capability capability [--help]
11 [--verbose] [--version]
12
13
14 hal-find-by-property --key key --string value [--help]
15 [--verbose] [--version]
16
17
19 The hal-find commands, hal-find-by-capability and hal-find-by-property,
20 search the Hardware Abstraction Layer (HAL) device list by specified
21 criteria and displays results on the standard output. hal-find-by-capa‐
22 bility searches by capability, such as volume or block. hal-find-by-
23 property searches by property, such as block.is_volume or vol‐
24 ume.disc.has_audio.
25
27 The following options are supported:
28
29 --capability capability HAL device capability to search for.
30
31
32 --help Display list of options.
33
34
35 --key key The key to the property that is the basis of
36 the search.
37
38
39 --string value The string value associated with the prop‐
40 erty that is the basis of the search.
41
42
43 --verbose Verbose mode.
44
45
46 --version Display version and exit.
47
48
50 See attributes(5) for descriptions of the following attributes:
51
52
53
54
55 ┌─────────────────────────────┬─────────────────────────────┐
56 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
57 ├─────────────────────────────┼─────────────────────────────┤
58 │Availability │SUNWhalr │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │Interface Stability │Volatile │
61 └─────────────────────────────┴─────────────────────────────┘
62
64 hald(1M), attributes(5), hal(5)
65
66
67
68SunOS 5.11 22 Aug 2006 hal-find(1M)