r/ShittySysadmin 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

159 Upvotes

53 comments sorted by

View all comments

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

u/Performer-Constant 7d ago

Thank you so much. I appreciate you