/usr/lib/open-axiom/input/fname.input is in open-axiom-test 1.4.1+svn~2626-2ubuntu2.
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 | --Copyright The Numerical Algorithms Group Limited 1991.
)system touch /tmp/reado
)system chmod +r,-w /tmp/reado
)system touch /tmp/writo
)system chmod +w,-r /tmp/writo
nullo: FNAME := new("", "nullo", "x")
reado: FNAME := filename("/tmp", "reado", "")
writo: FNAME := "/tmp/writo"
[directory reado, name reado, extension reado]
[directory writo, name writo, extension writo]
[directory nullo, name nullo, extension nullo]
[exists? reado, readable? reado, writable? reado]
[exists? writo, readable? writo, writable? writo]
[exists? nullo, readable? nullo, writable? nullo]
)system rm -f /tmp/reado
)system rm -f /tmp/writo
|