Resolved! How do I run a cat command under sudo in a linux SSH probe?
I have a need to capture the contents of some files on Linux systems using Discovery probes.I succeeded in using "cat filename" for files which are openly accessible.I now need to capture some files which are secured for root access.I'm trying to u...