This file is indexed.

/usr/lib/open-axiom/input/fname1.input is in open-axiom-test 1.5.0~svn3056+ds-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
-- Input generated from FileNameXmpPage
)clear all

fn: FileName
fn := "/spad/src/input/fname.input"
directory fn
name fn
extension fn
fn := filename("/u/smwatt/work", "fname", "input")
objdir := "/tmp"
fn := filename(objdir, "table", "spad")
fn := filename("", "letter", "")
exists? "/etc/passwd"
readable? "/etc/passwd"
readable? "/etc/security/passwd"
readable? "/ect/passwd"
writable? "/etc/passwd"
writable? "/dev/null"
writable? "/etc/DoesNotExist"
writable? "/tmp/DoesNotExist"
fn := new(objdir, "xxx", "yy")