Covering Tracks in UNIX

>Renaming the files to dot or double dots

4.0K drwxrwxr-x 2 user user 4.0K May 26 12:11  .
4.0K -rw-rw-r-- 1 user user   12 May 26 12:11 '. '
4.0K drwxrwxr-x 4 user user 4.0K May 26 12:07  ..
4.0K -rw-rw-r-- 1 user user   13 May 26 12:11 '.. '

>Putting the files in certain directories

>Log Editing

There are certain files in our UNIX system which can't be edited by a normal text editor and we'll end up corrupting them if we do so, we require special tools for them because there are certain binary data structures built into those log files.

They are /var/run/utmp, /var/log/wtmp, /var/log/btmp, /var/log/lastlog

Files

>Shell history