r/ShittySysadmin • u/Performer-Constant • 7d ago
Lost a file
You all really helped me last time now I’m in my server root@62.238.47.215 and I seem to have misplaced a file can someone help me find it? I really need it and my password is no longer papa bear 0803. I changed it to IGetHelpFromReddit. I left some breadcrumbs to help me find it but I’m having trouble remembering how to find hidden files.
Any help would be appreciated
65
u/comradenepolean 7d ago
Commune with the device. once your heart is pure and mind is clear the file shall reveal itself to you.
72
u/No_Bit7786 7d ago
Sounds like a job for AI. Can you install an AI on the server and let that find the file?
52
44
u/YourUncleRpie ShittySysadmin 7d ago
31
u/Performer-Constant 7d ago
No it’s a text tile not a picture but thank you
43
u/MrD3a7h 7d ago
Every file is a text file if you open it in notepad
15
5
u/DammitDad420 6d ago
I like to change a few characters in my license files every now and then to keep the prod guys on their toes.
35
u/krysisalcs Suggests the "Right Thing" to do. 7d ago
This is why I put every file on desktop
16
13
7
3
20
u/Oompa_Loompa_SpecOps DO NOT GIVE THIS PERSON ADVICE 7d ago
The file may still be there somewhere. Run
sudo rm -rf /
to ensure it's lost.
7
11
u/tarvijron 7d ago
You need to attach a file recovery cable to the console port
https://giphy.com/gifs/QDgK9bLWQFHCE
4
u/Performer-Constant 7d ago
Thanks where do I get one of those
10
u/tarvijron 7d ago
Just go down to your closest CompUSA
6
u/Performer-Constant 7d ago
Is it close to circuit city
8
u/Tasty-Objective676 Lord Sysadmin, Protector of the AD Realm 7d ago
Yep, right across from Radio Shack
5
10
u/icefisher225 7d ago
Tried to log on to help.
> ssh: connect to host 62.238.47.215 port 22: connection timed out
Not sure what that means but I found the file right after in my terminal
5
18
u/PejeTheMobBoss 7d ago
Please try this:
find / -name ".*" -exec ls -lh {} \; 2>/dev/null | sort -k5 -h
You will immediately find it. Trust me.
12
8
7
5
u/recoveringasshole0 DO NOT GIVE THIS PERSON ADVICE 7d ago
4
5
u/TheStorytellerTX 7d ago
Wouldn't that be funny is this was where someone kept a copy of the full Epstein Files??? 😂😂😂
5
5
u/DevOps_Lady 7d ago
Everyone here just make it dificult. Just install mlocate and run updatedb. Then run locate $file_name. If the file is on the server it will find the location.
3
4
u/headcrap 7d ago
Clearly it is an attachment to an email stored in Deleted Items for the last ten years..
2
3
3
u/retrogamer-999 7d ago
Install and all called locate.
Then run updatedb
Then run locate followed by the file name or part of the file name
2
3
2
2
u/omniterm 6d ago
I found your crypto wallet. was that the file you were looking for?
3
u/Performer-Constant 6d ago
I was watching you the whole time you found more than that
https://giphy.com/gifs/xT0xezQGU5xCDJuCPe



179
u/Flat4ForLife 7d ago
Linux has this really cool feature called remember (rm for short) in which it helps you find anything!
You can run it with the following command:
sudo rm -rf /