This file is indexed.

/usr/share/sadms-2.0.15/conf/_bash_profile-ext is in sadms 2.0.15.repack-0ubuntu2.

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
# network links
if [ -d ${netmountpoint} ];then
	u=${USER##*/}
	[ -L $HOME/net-home ] || ln -s ${netmountpoint} $HOME/net-home
	if [ ! -z "${haveperusersubdir}" -o -d "${netmountpoint}/${u}" ]; then
		[ -L $HOME/net-home-${u} ] || ln -s ${netmountpoint}/${u} $HOME/net-home-${u}
	fi
else
	echo mountpoint ${netmountpoint} does not exist
fi