This file is indexed.

/usr/bin/rds-describe-db-security-groups is in rdscli 1.10.003-0ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
#!/bin/sh
ld=${AWS_RDS_HOME:-/usr/share/rdscli}
[ -x "${ld}/bin/service" ] && service="${ld}/bin/service" ||
   service="${ld}/service"
exec "$service" rds-describe-db-security-groups "$@"