You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to emphasize in the documentation that running with sudo (or possibly using right-click and Run as administrator on Windows or other methods that could explicitly or silently make the program run as another user/administrator) may change what is considered as HOME/USERPROFILE directory? Also, the actual current directory may vary depending on several factors (it could be the program location, the current directory if run from the terminal, it could be dynamically changed by the program or OS, etc.).
The documentation on https://www.cgsecurity.org/testdisk_doc/photorec_custom_signature.html#file-location suggests that
.photorec.sig
can be put in theHOME
directory.However, on Ubuntu 22.04 I get:
Is it possible to emphasize in the documentation that running with
sudo
(or possibly using right-click andRun as administrator
on Windows or other methods that could explicitly or silently make the program run as another user/administrator) may change what is considered asHOME
/USERPROFILE
directory? Also, the actualcurrent directory
may vary depending on several factors (it could be the program location, the current directory if run from the terminal, it could be dynamically changed by the program or OS, etc.).This is because I think I ran into this trap and I suspect e.g. https://forum.cgsecurity.org/phpBB3/viewtopic.php?p=37647#p37647 had the same problem.
The text was updated successfully, but these errors were encountered: