Hello, I just reinstalled PureOS and ran sudo rkhunter -c, which produced the following warnings:
[04:27:12] /usr/bin/egrep [ Warning ]
[04:27:12] Warning: The command ‘/usr/bin/egrep’ has been replaced by a script: /usr/bin/egrep: POSIX shell script, ASCII text executable
[04:27:13] /usr/bin/fgrep [ Warning ]
[04:27:13] Warning: The command ‘/usr/bin/fgrep’ has been replaced by a script: /usr/bin/fgrep: POSIX shell script, ASCII text executable
[04:27:18] /usr/bin/which [ Warning ]
[04:27:18] Warning: The command ‘/usr/bin/which’ has been replaced by a script: /usr/bin/which: POSIX shell script, ASCII text executable
[04:27:18] /usr/bin/lwp-request [ Warning ]
[04:27:18] Warning: The command ‘/usr/bin/lwp-request’ has been replaced by a script: /usr/bin/lwp-request: Perl script text executable
[04:30:11] Checking for suspicious (large) shared memory segments [ Warning ]
I figure this is due to the commands being different from standard Linux versions, but why are these scripts different?