[SOLVED] Location of cache files (Linux)
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Location of cache files (Linux)
On my Gentoo Linux it is in:
/username/.config/UMS/database/
/username/.config/UMS/database/
Re: Location of cache files (Linux)
All file and folders starting with a "." is hidden in Linux. Try using "ls -a" or simply "cd .config" despite not seeing it.
Re: Location of cache files (Linux)
It will be created in the home folder of the user UMS is running as. That means, if you run it as root, look for it in the "/root" folder, otherwise look in the "/home/<username>" folder. It's also explicitly listed in the log during startup. Look for "profile folder".
Re: Location of cache files (Linux)
The name of the files are:
medias.mv.db
medias.trace.db
Maybe try the find command from each user:
find -name medias*
EG:
satan ~ # cd /root
satan ~ # find -name medias*
./.config/UMS/database/medias.mv.db
./.config/UMS/database/medias.trace.db
medias.mv.db
medias.trace.db
Maybe try the find command from each user:
find -name medias*
EG:
satan ~ # cd /root
satan ~ # find -name medias*
./.config/UMS/database/medias.mv.db
./.config/UMS/database/medias.trace.db