This file is indexed.

/usr/share/crmsh/tests/testcases/file is in crmsh 3.0.1-3ubuntu1.

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
configure save sample.txt
%ext cat sample.txt
configure erase nodes
configure load replace sample.txt
%ext sed -i 's/60s/2m/' sample.txt
%ext sed -i '8a # comment' sample.txt
session Load update
configure
delete m1 p1
property cluster-recheck-interval="10m"
load update sample.txt
.
configure show
%ext rm sample.txt