What do .# file names mean in Linux?

Posted by Martin Wiboe on Super User See other posts from Super User or by Martin Wiboe
Published on 2010-06-09T16:19:47Z Indexed on 2010/06/09 16:33 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

This is probably trivial, but I'm quite new to Linux and I was unable to find any info online.

In a folder, I can execute the command find . -regex '.*py' and get the following result:

./.#netMHC3.2.py

Is this a file in the current directory? What can I do to display its contents?

Thank you

© Super User or respective owner

What do .# file names mean in Linux?

Posted by Martin Wiboe on Stack Overflow See other posts from Stack Overflow or by Martin Wiboe
Published on 2010-06-09T16:19:47Z Indexed on 2010/06/09 16:22 UTC
Read the original article Hit count: 361

Filed under:
|
|

Hi all,

This is probably trivial, but I'm quite to Linux and I was unable to find any info online.

In a folder, I can execute the command find . -regex '.*py' and get the following result:

./.#netMHC3.2.py

Is this a file in the current directory? What can I do to display its contents?

Thank you,

Martin

© Stack Overflow or respective owner

Related posts about linux

Related posts about file