Can the mac admin recover deleted files for another user?
I have a mac laptop from work and accidentally deleted a file I want back. I was wondering if the mac admin will be able to recover the deleted file or not?
I have a mac laptop from work and accidentally deleted a file I want back. I was wondering if the mac admin will be able to recover the deleted file or not?
Oh, if this is an SSD it long gone, if an HDD it'd require some special Software to try to recover it.
Oh, if this is an SSD it long gone, if an HDD it'd require some special Software to try to recover it.
An admin should be able to, might not be straight forward though.
How would they go about it? Just out of curiosity. I assume they would have to use some kind of data recovery software.
Is that users home folder visible?
One way is in Terminal...
cd /Users/user_name/.Trash
sudo mv /Users/user_name/.Trash/MyFile.txt ~/Documents/NewFileName.txt
The file is deleted from the trash can. Sorry, forgot to mention that.
Can the mac admin recover deleted files for another user?