Only 10 minutes? Those are rookie numbers
this post was submitted on 21 Feb 2024
217 points (100.0% liked)
Programmer Humor
853 readers
14 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
Or pro numbers, depending on how you look at it.
I'm curious you'd see it in ls -l Did inode change? I remember making the same mistake. I think everyone sees this sometime during the career
The inode does change, yeah:
The regular ls -l
doesn't show the inode on my system, though. I only realized it when I had assigned more permissions to the file and those got reset by deleting the file. The last-modified timestamp also gets updated each time, but I only spotted that afterwards...
lsof is a good tool would recommend it whenever something weird is happen, tho you gotta be root for it
Another is checking modified time of the directory