A software vendor's tech support asked me to verify whether a configuration file existed and whether the path was correct.
I had already sent this:
root@server:/home/application/WEB-INF/classes/initscripts# ls -l
...
-rwxr-xr-x 1 app app 56 Jul 13 12:03 Security.config
root@server:/home/application/WEB-INF/classes/initscripts# cat Security.config
m_currentAuthentication=authenticationuser.Authenticate
The reply was:
> Could you send me a screenshot, so I can check whether the path is correct and the file is there?
The shell prompt contains the full path.
ls shows that the file exists.
cat shows its contents.
One would have thought this was reasonably conclusive, but apparently plain text remains an unverified hypothesis until photographed.
At this point, a modern AI would probably hallucinate less.