This file is indexed.

/usr/share/doc/vile-common/perl/lock.doc is in vile-common 9.8q-1build1.

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
NAME
    lock - lock a vile session

SYNOPSIS
    In .vilerc:

        perl "use lock"

    In [x]vile:

        :lock

DESCRIPTION
    This command allows the user to lock his [x]vile session.

    Once the session is locked, "Enter password to unlock: " prompt will
    appear in the status line prompting for the password. The session will
    give unlock and give control back to the user only when the correct
    password is entered. This password is the same as what the user used to
    login to the machine.

CAVEATS
    When the session is locked, ideally the modeline and the editing buffers
    should blank out to prevent others seeing any data, but this does not
    happen presently.

CREDITS
    Vile, Perl and Vile's Perl interface.

AUTHOR
    Kuntal Daftary (daftary@cisco.com), 1998