]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/mtree/mtree.8
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / mtree / mtree.8
1 .\"     $NetBSD: mtree.8,v 1.67 2012/12/20 20:31:01 wiz Exp $
2 .\"
3 .\" Copyright (c) 1989, 1990, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\" Copyright (c) 2001-2004 The NetBSD Foundation, Inc.
31 .\" All rights reserved.
32 .\"
33 .\" This code is derived from software contributed to The NetBSD Foundation
34 .\" by Luke Mewburn of Wasabi Systems.
35 .\"
36 .\" Redistribution and use in source and binary forms, with or without
37 .\" modification, are permitted provided that the following conditions
38 .\" are met:
39 .\" 1. Redistributions of source code must retain the above copyright
40 .\"    notice, this list of conditions and the following disclaimer.
41 .\" 2. Redistributions in binary form must reproduce the above copyright
42 .\"    notice, this list of conditions and the following disclaimer in the
43 .\"    documentation and/or other materials provided with the distribution.
44 .\"
45 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
46 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
47 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
48 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
49 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
50 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
51 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
52 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
53 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
54 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
55 .\" POSSIBILITY OF SUCH DAMAGE.
56 .\"
57 .\"     @(#)mtree.8     8.2 (Berkeley) 12/11/93
58 .\"
59 .Dd December 20, 2012
60 .Dt MTREE 8
61 .Os
62 .Sh NAME
63 .Nm mtree
64 .Nd map a directory hierarchy
65 .Sh SYNOPSIS
66 .Nm
67 .Op Fl bCcDdejLlMnPqrStUuWx
68 .Op Fl i | Fl m
69 .Op Fl E Ar tags
70 .Op Fl F Ar flavor
71 .Op Fl f Ar spec
72 .Op Fl I Ar tags
73 .Op Fl K Ar keywords
74 .Op Fl k Ar keywords
75 .Op Fl N Ar dbdir
76 .Op Fl p Ar path
77 .Op Fl R Ar keywords
78 .Op Fl s Ar seed
79 .Op Fl X Ar exclude-file
80 .Sh DESCRIPTION
81 The
82 .Nm
83 utility compares a file hierarchy against a specification,
84 creates a specification for a file hierarchy, or modifies
85 a specification.
86 .Pp
87 The default action, if not overridden by command line options,
88 is to compare the file hierarchy rooted in the current directory
89 against a specification read from the standard input.
90 Messages are written to the standard output for any files whose
91 characteristics do not match the specification, or which are
92 missing from either the file hierarchy or the specification.
93 .Pp
94 The options are as follows:
95 .Bl -tag -width Xxxexcludexfilexx
96 .It Fl b
97 Suppress blank lines before entering and after exiting directories.
98 .It Fl C
99 Convert a specification into
100 a format that's easier to parse with various tools.
101 The input specification is read from standard input or
102 from the file given by
103 .Fl f Ar spec .
104 In the output, each file or directory is represented using a single line
105 (which might be very long).
106 The full path name
107 (beginning with
108 .Dq \&./ )
109 is always printed as the first field;
110 .Fl K ,
111 .Fl k ,
112 and
113 .Fl R
114 can be used to control which other keywords are printed;
115 .Fl E
116 and
117 .Fl I
118 can be used to control which files are printed;
119 and the
120 .Fl S
121 option can be used to sort the output.
122 .It Fl c
123 Print a specification for the file hierarchy originating at
124 the current working directory (or the directory provided by
125 .Fl p Ar path )
126 to the standard output.
127 The output is in a style using relative path names.
128 .It Fl D
129 As per
130 .Fl C ,
131 except that the path name is always printed as the last field instead of
132 the first.
133 .It Fl d
134 Ignore everything except directory type files.
135 .It Fl E Ar tags
136 Add the comma separated tags to the
137 .Dq exclusion
138 list.
139 Non-directories with tags which are in the exclusion list are not printed with
140 .Fl C
141 and
142 .Fl D .
143 .It Fl e
144 Don't complain about files that are in the file hierarchy, but not in the
145 specification.
146 .It Fl F Ar flavor
147 Set the compatibility flavor of the
148 .Nm
149 utility.
150 The
151 .Ar flavor
152 can be one of
153 .Sy mtree ,
154 .Sy freebsd9 ,
155 or
156 .Sy netbsd6 .
157 The default is
158 .Sy mtree .
159 The
160 .Sy freebsd9
161 and
162 .Sy netbsd6
163 flavors attempt to preserve output compatiblity and command line option
164 backward compatibility with
165 .Fx 9.0
166 and
167 .Nx 6.0
168 respectively.
169 .It Fl f Ar spec
170 Read the specification from
171 .Ar file  ,
172 instead of from the standard input.
173 .Pp
174 If this option is specified twice, the two specifications are compared
175 to each other rather than to the file hierarchy.
176 The specifications will be sorted like output generated using
177 .Fl c .
178 The output format in this case is somewhat reminiscent of
179 .Xr comm 1 ,
180 having "in first spec only", "in second spec only", and "different"
181 columns, prefixed by zero, one and two TAB characters respectively.
182 Each entry in the "different" column occupies two lines, one from each
183 specification.
184 .It Fl I Ar tags
185 Add the comma separated tags to the
186 .Dq inclusion
187 list.
188 Non-directories with tags which are in the inclusion list are printed with
189 .Fl C
190 and
191 .Fl D .
192 If no inclusion list is provided, the default is to display all files.
193 .It Fl i
194 If specified, set the schg and/or sappnd flags.
195 .It Fl j
196 Indent the output 4 spaces each time a directory level is descended when
197 creating a specification with the
198 .Fl c
199 option.
200 This does not affect either the /set statements or the comment before each
201 directory.
202 It does however affect the comment before the close of each directory.
203 This is the equivalent of the
204 .Fl i
205 option in the
206 .Fx
207 version of
208 .Nm .
209 .It Fl K Ar keywords
210 Add the specified (whitespace or comma separated) keywords to the current
211 set of keywords.
212 If
213 .Ql all
214 is specified, add all of the other keywords.
215 .It Fl k Ar keywords
216 Use the
217 .Sy type
218 keyword plus the specified (whitespace or comma separated)
219 keywords instead of the current set of keywords.
220 If
221 .Ql all
222 is specified, use all of the other keywords.
223 If the
224 .Sy type
225 keyword is not desired, suppress it with
226 .Fl R Ar type .
227 .It Fl L
228 Follow all symbolic links in the file hierarchy.
229 .It Fl l
230 Do
231 .Dq loose
232 permissions checks, in which more stringent permissions
233 will match less stringent ones.
234 For example, a file marked mode 0444
235 will pass a check for mode 0644.
236 .Dq Loose
237 checks apply only to read, write and execute permissions -- in
238 particular, if other bits like the sticky bit or suid/sgid bits are
239 set either in the specification or the file, exact checking will be
240 performed.
241 This option may not be set at the same time as the
242 .Fl U
243 or
244 .Fl u
245 option.
246 .It Fl M
247 Permit merging of specification entries with different types,
248 with the last entry taking precedence.
249 .It Fl m
250 If the schg and/or sappnd flags are specified, reset these flags.
251 Note that this is only possible with securelevel less than 1 (i.e.,
252 in single user mode or while the system is running in insecure
253 mode).
254 See
255 .Xr init 8
256 for information on security levels.
257 .It Fl n
258 Do not emit pathname comments when creating a specification.
259 Normally
260 a comment is emitted before each directory and before the close of that
261 directory when using the
262 .Fl c
263 option.
264 .It Fl N Ar dbdir
265 Use the user database text file
266 .Pa master.passwd
267 and group database text file
268 .Pa group
269 from
270 .Ar dbdir ,
271 rather than using the results from the system's
272 .Xr getpwnam 3
273 and
274 .Xr getgrnam 3
275 (and related) library calls.
276 .It Fl P
277 Don't follow symbolic links in the file hierarchy, instead consider
278 the symbolic link itself in any comparisons.
279 This is the default.
280 .It Fl p Ar path
281 Use the file hierarchy rooted in
282 .Ar path  ,
283 instead of the current directory.
284 .It Fl q
285 Quiet mode.
286 Do not complain when a
287 .Dq missing
288 directory cannot be created because it already exists.
289 This occurs when the directory is a symbolic link.
290 .It Fl R Ar keywords
291 Remove the specified (whitespace or comma separated) keywords from the current
292 set of keywords.
293 If
294 .Ql all
295 is specified, remove all of the other keywords.
296 .It Fl r
297 Remove any files in the file hierarchy that are not described in the
298 specification.
299 .It Fl S
300 When reading a specification into an internal data structure,
301 sort the entries.
302 Sorting will affect the order of the output produced by the
303 .Fl C
304 or
305 .Fl D
306 options, and will also affect the order in which
307 missing entries are created or reported when a directory tree is checked
308 against a specification.
309 .Pp
310 The sort order is the same as that used by the
311 .Fl c
312 option, which is that entries within the same directory are
313 sorted in the order used by
314 .Xr strcmp 3 ,
315 except that entries for subdirectories sort after other entries.
316 By default, if the
317 .Fl S
318 option is not used, entries within the same directory are collected
319 together (separated from entries for other directories), but not sorted.
320 .It Fl s Ar seed
321 Display a single checksum to the standard error output that represents all
322 of the files for which the keyword
323 .Sy cksum
324 was specified.
325 The checksum is seeded with the specified value.
326 .It Fl t
327 Modify the modified time of existing files, the device type of devices, and
328 symbolic link targets, to match the specification.
329 .It Fl U
330 Same as
331 .Fl u
332 except that a mismatch is not considered to be an error if it was corrected.
333 .It Fl u
334 Modify the owner, group, permissions, and flags of existing files,
335 the device type of devices, and symbolic link targets,
336 to match the specification.
337 Create any missing directories, devices or symbolic links.
338 User, group, and permissions must all be specified for missing directories
339 to be created.
340 Note that unless the
341 .Fl i
342 option is given, the schg and sappnd flags will not be set, even if
343 specified.
344 If
345 .Fl m
346 is given, these flags will be reset.
347 Exit with a status of 0 on success,
348 2 if the file hierarchy did not match the specification, and
349 1 if any other error occurred.
350 .It Fl W
351 Don't attempt to set various file attributes such as the
352 ownership, mode, flags, or time
353 when creating new directories or changing existing entries.
354 This option will be most useful when used in conjunction with
355 .Fl U
356 or
357 .Fl u .
358 .It Fl X Ar exclude-file
359 The specified file contains
360 .Xr fnmatch 3
361 patterns matching files to be excluded from
362 the specification, one to a line.
363 If the pattern contains a
364 .Ql \&/
365 character, it will be matched against entire pathnames (relative to
366 the starting directory); otherwise,
367 it will be matched against basenames only.
368 Comments are permitted in
369 the
370 .Ar exclude-list
371 file.
372 .It Fl x
373 Don't descend below mount points in the file hierarchy.
374 .El
375 .Pp
376 Specifications are mostly composed of
377 .Dq keywords ,
378 i.e. strings that
379 that specify values relating to files.
380 No keywords have default values, and if a keyword has no value set, no
381 checks based on it are performed.
382 .Pp
383 Currently supported keywords are as follows:
384 .Bl -tag -width sha384digestxx
385 .It Sy cksum
386 The checksum of the file using the default algorithm specified by
387 the
388 .Xr cksum 1
389 utility.
390 .It Sy device
391 The device number to use for
392 .Sy block
393 or
394 .Sy char
395 file types.
396 The argument must be one of the following forms:
397 .Bl -tag -width 4n
398 .It Ar format , Ns Ar major , Ns Ar minor
399 A device with
400 .Ar major
401 and
402 .Ar minor
403 fields, for an operating system specified with
404 .Ar format .
405 See below for valid formats.
406 .It Ar format , Ns Ar major , Ns Ar unit , Ns Ar subunit
407 A device with
408 .Ar major ,
409 .Ar unit ,
410 and
411 .Ar subunit
412 fields, for an operating system specified with
413 .Ar format .
414 (Currently this is only supported by the
415 .Sy bsdos
416 format.)
417 .It Ar number
418 Opaque number (as stored on the file system).
419 .El
420 .Pp
421 The following values for
422 .Ar format
423 are recognized:
424 .Sy native ,
425 .Sy 386bsd ,
426 .Sy 4bsd ,
427 .Sy bsdos ,
428 .Sy freebsd ,
429 .Sy hpux ,
430 .Sy isc ,
431 .Sy linux ,
432 .Sy netbsd ,
433 .Sy osf1 ,
434 .Sy sco ,
435 .Sy solaris ,
436 .Sy sunos ,
437 .Sy svr3 ,
438 .Sy svr4 ,
439 and
440 .Sy ultrix .
441 .Pp
442 See
443 .Xr mknod 8
444 for more details.
445 .It Sy flags
446 The file flags as a symbolic name.
447 See
448 .Xr chflags 1
449 for information on these names.
450 If no flags are to be set the string
451 .Ql none
452 may be used to override the current default.
453 Note that the schg and sappnd flags are treated specially (see the
454 .Fl i
455 and
456 .Fl m
457 options).
458 .It Sy ignore
459 Ignore any file hierarchy below this file.
460 .It Sy gid
461 The file group as a numeric value.
462 .It Sy gname
463 The file group as a symbolic name.
464 .It Sy link
465 The file the symbolic link is expected to reference.
466 .It Sy md5
467 The
468 .Tn MD5
469 cryptographic message digest of the file.
470 .It Sy md5digest
471 Synonym for
472 .Sy md5 .
473 .It Sy mode
474 The current file's permissions as a numeric (octal) or symbolic
475 value.
476 .It Sy nlink
477 The number of hard links the file is expected to have.
478 .It Sy nochange
479 Make sure this file or directory exists but otherwise ignore all attributes.
480 .It Sy optional
481 The file is optional; don't complain about the file if it's
482 not in the file hierarchy.
483 .It Sy ripemd160digest
484 Synonym for
485 .Sy rmd160 .
486 .It Sy rmd160
487 The
488 .Tn RMD-160
489 cryptographic message digest of the file.
490 .It Sy rmd160digest
491 Synonym for
492 .Sy rmd160 .
493 .It Sy sha1
494 The
495 .Tn SHA-1
496 cryptographic message digest of the file.
497 .It Sy sha1digest
498 Synonym for
499 .Sy sha1 .
500 .It Sy sha256
501 The 256-bits
502 .Tn SHA-2
503 cryptographic message digest of the file.
504 .It Sy sha256digest
505 Synonym for
506 .Sy sha256 .
507 .It Sy sha384
508 The 384-bits
509 .Tn SHA-2
510 cryptographic message digest of the file.
511 .It Sy sha384digest
512 Synonym for
513 .Sy sha384 .
514 .It Sy sha512
515 The 512-bits
516 .Tn SHA-2
517 cryptographic message digest of the file.
518 .It Sy sha512digest
519 Synonym for
520 .Sy sha512 .
521 .It Sy size
522 The size, in bytes, of the file.
523 .It Sy tags
524 Comma delimited tags to be matched with
525 .Fl E
526 and
527 .Fl I .
528 These may be specified without leading or trailing commas, but will be
529 stored internally with them.
530 .It Sy time
531 The last modification time of the file,
532 in second and nanoseconds.
533 The value should include a period character and exactly nine digits after
534 the period.
535 .It Sy type
536 The type of the file; may be set to any one of the following:
537 .Pp
538 .Bl -tag -width Sy -compact
539 .It Sy block
540 block special device
541 .It Sy char
542 character special device
543 .It Sy dir
544 directory
545 .It Sy fifo
546 fifo
547 .It Sy file
548 regular file
549 .It Sy link
550 symbolic link
551 .It Sy socket
552 socket
553 .El
554 .It Sy uid
555 The file owner as a numeric value.
556 .It Sy uname
557 The file owner as a symbolic name.
558 .El
559 .Pp
560 The default set of keywords are
561 .Sy flags ,
562 .Sy gid ,
563 .Sy link ,
564 .Sy mode ,
565 .Sy nlink ,
566 .Sy size ,
567 .Sy time ,
568 .Sy type ,
569 and
570 .Sy uid .
571 .Pp
572 There are four types of lines in a specification:
573 .Bl -enum
574 .It
575 Set global values for a keyword.
576 This consists of the string
577 .Ql /set
578 followed by whitespace, followed by sets of keyword/value
579 pairs, separated by whitespace.
580 Keyword/value pairs consist of a keyword, followed by an equals sign
581 .Pq Ql = ,
582 followed by a value, without whitespace characters.
583 Once a keyword has been set, its value remains unchanged until either
584 reset or unset.
585 .It
586 Unset global values for a keyword.
587 This consists of the string
588 .Ql /unset ,
589 followed by whitespace, followed by one or more keywords,
590 separated by whitespace.
591 If
592 .Ql all
593 is specified, unset all of the keywords.
594 .It
595 A file specification, consisting of a path name, followed by whitespace,
596 followed by zero or more whitespace separated keyword/value pairs.
597 .Pp
598 The path name may be preceded by whitespace characters.
599 The path name may contain any of the standard path name matching
600 characters
601 .Po
602 .Ql \&[ ,
603 .Ql \&] ,
604 .Ql \&?
605 or
606 .Ql *
607 .Pc ,
608 in which case files
609 in the hierarchy will be associated with the first pattern that
610 they match.
611 .Nm
612 uses
613 .Xr strsvis 3
614 (in VIS_CSTYLE format) to encode path names containing
615 non-printable characters.
616 Whitespace characters are encoded as
617 .Ql \es
618 (space),
619 .Ql \et
620 (tab), and
621 .Ql \en
622 (new line).
623 .Ql #
624 characters in path names are escaped by a preceding backslash
625 .Ql \e
626 to distinguish them from comments.
627 .Pp
628 Each of the keyword/value pairs consist of a keyword, followed by an
629 equals sign
630 .Pq Ql = ,
631 followed by the keyword's value, without
632 whitespace characters.
633 These values override, without changing, the global value of the
634 corresponding keyword.
635 .Pp
636 The first path name entry listed must be a directory named
637 .Ql \&. ,
638 as this ensures that intermixing full and relative path names will
639 work consistently and correctly.
640 Multiple entries for a directory named
641 .Ql \&.
642 are permitted; the settings for the last such entry override those
643 of the existing entry.
644 .Pp
645 A path name that contains a slash
646 .Pq Ql /
647 that is not the first character will be treated as a full path
648 (relative to the root of the tree).
649 All parent directories referenced in the path name must exist.
650 The current directory path used by relative path names will be updated
651 appropriately.
652 Multiple entries for the same full path are permitted if the types
653 are the same (unless
654 .Fl M
655 is given, in which case the types may differ);
656 in this case the settings for the last entry take precedence.
657 .Pp
658 A path name that does not contain a slash will be treated as a relative path.
659 Specifying a directory will cause subsequent files to be searched
660 for in that directory hierarchy.
661 .It
662 A line containing only the string
663 .Ql \&..
664 which causes the current directory path (used by relative paths)
665 to ascend one level.
666 .El
667 .Pp
668 Empty lines and lines whose first non-whitespace character is a hash
669 mark
670 .Pq Ql #
671 are ignored.
672 .Pp
673 The
674 .Nm
675 utility exits with a status of 0 on success, 1 if any error occurred,
676 and 2 if the file hierarchy did not match the specification.
677 .Sh FILES
678 .Bl -tag -width /etc/mtree -compact
679 .It Pa /etc/mtree
680 system specification directory
681 .El
682 .Sh EXAMPLES
683 To detect system binaries that have been
684 .Dq trojan horsed ,
685 it is recommended that
686 .Nm
687 be run on the file systems, and a copy of the results stored on a different
688 machine, or, at least, in encrypted form.
689 The seed for the
690 .Fl s
691 option should not be an obvious value and the final checksum should not be
692 stored on-line under any circumstances!
693 Then, periodically,
694 .Nm
695 should be run against the on-line specifications and the final checksum
696 compared with the previous value.
697 While it is possible for the bad guys to change the on-line specifications
698 to conform to their modified binaries, it shouldn't be possible for them
699 to make it produce the same final checksum value.
700 If the final checksum value changes, the off-line copies of the specification
701 can be used to detect which of the binaries have actually been modified.
702 .Pp
703 The
704 .Fl d
705 option can be used in combination with
706 .Fl U
707 or
708 .Fl u
709 to create directory hierarchies for, for example, distributions.
710 .Sh COMPATIBILITY
711 The compatibility shims provided by the
712 .Fl F
713 option are incomplete by design.
714 Known limitations are described below.
715 .Pp
716 The
717 .Sy freebsd9
718 flavor retains the default handling of lookup failures for the
719 .Sy uname
720 and
721 .Sy group
722 keywords by replacing them with appropriate
723 .Sy uid
724 and
725 .Sy gid
726 keywords rather than failing and reporting an error.
727 The related
728 .Fl w
729 flag is a no-op rather than causing a warning to be printed and no
730 keyword to be emitted.
731 The latter behavior is not emulated as it is potentially dangerous in
732 the face of /set statements.
733 .Pp
734 The
735 .Sy netbsd6
736 flavor does not replicate the historical bug that reported time as
737 seconds.nanoseconds without zero padding nanosecond values less than
738 100000000.
739 .Sh SEE ALSO
740 .Xr chflags 1 ,
741 .Xr chgrp 1 ,
742 .Xr chmod 1 ,
743 .Xr cksum 1 ,
744 .Xr stat 2 ,
745 .Xr fnmatch 3 ,
746 .Xr fts 3 ,
747 .Xr strsvis 3 ,
748 .Xr chown 8 ,
749 .Xr mknod 8
750 .Sh HISTORY
751 The
752 .Nm
753 utility appeared in
754 .Bx 4.3 Reno .
755 The
756 .Sy optional
757 keyword appeared in
758 .Nx 1.2 .
759 The
760 .Fl U
761 option appeared in
762 .Nx 1.3 .
763 The
764 .Sy flags
765 and
766 .Sy md5
767 keywords, and
768 .Fl i
769 and
770 .Fl m
771 options
772 appeared in
773 .Nx 1.4 .
774 The
775 .Sy device ,
776 .Sy rmd160 ,
777 .Sy sha1 ,
778 .Sy tags ,
779 and
780 .Sy all
781 keywords,
782 .Fl D ,
783 .Fl E ,
784 .Fl I ,
785 .Fl L ,
786 .Fl l ,
787 .Fl N ,
788 .Fl P ,
789 .Fl R ,
790 .Fl W ,
791 and
792 .Fl X
793 options, and support for full paths appeared in
794 .Nx 1.6 .
795 The
796 .Sy sha256 ,
797 .Sy sha384 ,
798 and
799 .Sy sha512
800 keywords appeared in
801 .Nx 3.0 .
802 The
803 .Fl S
804 option appeared in
805 .Nx 6.0 .