(I wish there were a feature like on VMS
Found a odd folder in /Library/Application Support.
each .dat file contains gibberish (no readable text).
Some files from 2020:
April 30,
May 18
August 25
But one from:
May 27 2021
Any chance these would be legit (fearing some license files for Adobe products that are stored in non obviosu places) or are these nefarous
and should be deleted?
(I wish there were a feature like on VMS where you could set an alarm whenever a file is accessed so I could know when and more importantly
which process opens to read or write such a file).
bike:Application Support $ ls -l 54F3DE4E-B7BA-4EBD-8B3B-385D272CC583/
Found a odd folder in /Library/Application Support.
each .dat file contains gibberish (no readable text).
Some files from 2020:
April 30,
May 18
August 25
But one from:
May 27 2021
Any chance these would be legit (fearing some license files for Adobe products that are stored in non obviosu places) or are these nefarous
and should be deleted?
(I wish there were a feature like on VMS where you could set an alarm whenever a file is accessed so I could know when and more importantly
which process opens to read or write such a file).
bike:Application Support $ ls -l 54F3DE4E-B7BA-4EBD-8B3B-385D272CC583/
total 200
-rwxrwxrwx 1 root admin 16 Apr 30 2020 0186a991.dat
-rwxrwxrwx@ 1 root admin 64 Aug 25 2020 0f5d21a3.dat
-rwxrwxrwx 1 root admin 64 Aug 25 2020 164610e2.dat
-rwxrwxrwx 1 root admin 16 Apr 30 2020 189d98d0.dat
-rwxrwxrwx 1 root admin 48 May 27 00:20 1f94300c.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 42630de3.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 61412074.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 694e5e20.dat
-rwxrwxrwx 1 root admin 2 Apr 30 2020 6f9aa846.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 70556f61.dat
-rwxrwxrwx 1 root admin 2 Apr 30 2020 76819907.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 785a1135.dat
-rwxrwxrwx 1 root admin 1264 Aug 25 2020 802dfb15.dat
-rwxrwxrwx 1 root admin 80 Aug 25 2020 8846e984.dat
-rwxrwxrwx 1 root admin 16 Apr 30 2020 8ef67327.dat
-rwxrwxrwx 1 root admin 0 Aug 25 2020 97ed4266.dat
-rwxrwxrwx 1 root admin 64 Aug 25 2020 9936ca54.dat
-rwxrwxrwx 1 root admin 64 May 18 2020 a5db20e4.dat
-rwxrwxrwx@ 1 root admin 1264 Aug 25 2020 ab00a8d6.dat
-rwxrwxrwx 1 root admin 2 Apr 30 2020 d2dc1072.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 dc079840.dat
-rwxrwxrwx 1 root admin 0 Aug 25 2020 e0ea72f0.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 e63e8496.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 ee31fac2.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 f72acb83.dat
-rwxrwxrwx 1 root admin 2 Apr 30 2020 f9f143b1.dat
-rwxrwxrwx 1 root admin 32 Aug 25 2020 ff25b5d7.dat
On 2021-06-09 19:14:45 +0000, JF Mezei said:<snip>
Found a odd folder in /Library/Application Support.
each .dat file contains gibberish (no readable text).
Some files from 2020:
April 30,
May 18
August 25
But one from:
May 27 2021
Any chance these would be legit (fearing some license files for Adobe
products that are stored in non obviosu places) or are these nefarous
and should be deleted?
(I wish there were a feature like on VMS where you could set an alarm
whenever a file is accessed so I could know when and more importantly
which process opens to read or write such a file).
Get info on some of these provides no useful info? I have come to love Houdahspot for digging through my world.
I might look at "all files created" on Aug 25 to see if I could find a correlation.
In article <Gq8wI.740208$nn2.140676@fx48.iad>, JF Mezei <jfmezei.spamnot@vaxination.ca> wrote:
(I wish there were a feature like on VMS
then go use vms.
Another puzzling one, a behaviour I have not seen before.[...]
High Sierra. Home directory on APFS SSD.
If I try to delete it:
"The Item .MG-9A44E1BB-6071-4B43-B82D-D2828F91546D can't be moved to
the Trash because it can't be deleted. (only button is OK)
On 10. Jun 2021 at 08:11:46 CEST, "JF Mezei"
<jfmezei.spamnot@vaxination.ca> wrote:
If I try to delete it:
"The Item .MG-9A44E1BB-6071-4B43-B82D-D2828F91546D can't be moved to
the Trash because it can't be deleted. (only button is OK)
Open Terminal
sudo rm "Drag that file in here"
that should get rid of it.
Open Terminal
sudo rm "Drag that file in here"
that should get rid of it.
sudo rm "Drag that file in here"
Is there an "ls" incantation that would show any/all hidden files ?
I dunno about the mac, finder and all that but there used to be a way of destroying a file via the inodes. The mac seems to support:
ls -i filename
which will return something like:
57835797 zzz
find . -inum 57835797 -delete
Would the above list files that sudo ls -a didn't show?
Would it be correct to state that all the Unix utilities use the same interface to the Apple file system that synthetizes Unix file
names/structure and so if ls doesn't know of a file, no other unix
command would? or are there commands that have lower level access to the
APFS file system?
I don't know the answer to that but one thing I haven't seen mentioned is that .DS_Store file. As far as I know, the osx finder reads from there to show what things are. I guess it's a mini database of sorts.
I'd guess from the original complaint that finder was showing something that didn't exist within the file system. The .DS_Store file maybe had some corruption.
Wonder if the .DS_Store file was simply deleted and let the osx rebuild it wouldn't of fixed the problem also.
Just pointing out that Finder (the gui) is not the same as looking at the file system through Terminal.
Sysop: | Gate Keeper |
---|---|
Location: | Shelby, NC |
Users: | 790 |
Nodes: | 20 (0 / 20) |
Uptime: | 40:59:02 |
Calls: | 12,115 |
Calls today: | 5 |
Files: | 5,294 |
D/L today: |
72 files (9,959K bytes) |
Messages: | 564,933 |