I've accidentally deleted ICEauthority, Xauthority files, and some more files (but don't know what files).
Actually I ran the command below to delete empty files on the root directory with sudo privilege, though I terminated the process in between, and now I cant log in. How to login again and to restore the necessary files? I can login into terminal but not into desktop.
The command I ran:
sudo find / -size 0 -exec rm -f {} \;