This file is indexed.

/usr/share/perl5/FCM/CLI/fcm-extract.pod is in fcm 2017.10.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=head1 NAME

fcm extract (ext)

=head1 SYNOPSIS

Invokes the deprecated FCM 1 extract system.

    fcm extract [OPTIONS] [CFGFILE]

=head1 ARGUMENTS

The path to a CFG file may be provided. Otherwise, the extract system searches
the default locations for an ext cfg file.

=head1 OPTIONS

=over 4

=item --clean

Clean the destination.

=item --full, -f

Run in full mode. If the option for full extract is specified, the
sub-directories created by previous extracts will be removed, so that the
current extract can start cleanly.

=item --ignore-lock

Ignore lock file. When an extract is invoked, it sets up a lock file in the
extract root directory.  The lock is normally removed at the end of the extract.
While the lock file is in place, the extract commands invoked in the same root
directory will fail. If you need to bypass this check for whatever reason, you
can invoke the extract system with this option.

=item --verbose=N, -v N

Specify the verbosity level. If specified, the verbosity level must be an
integer greater than 0. Verbosity level 0 is the quiet mode. Increasing the
verbosity level will increase the amount of diagnostic output.

=back

=cut