My log files are created inside a specific directory on my Linux server. Sometimes, when I look at the log files inside this directory with ls -lart, I see:
abc.log
.abc.log.swp
Can someone explain why the log file has a name .abc.log.swp?
source
share