0

Two files in one of my directories are rendered as gray on PuTTy.

Running ls -l --color=always | less shows a list with most file names preceded by ESC[01;32m

But those two files do not. The filename is preceded by the timestamp, just as in a regular ls -l command. What causes this?

Lenoxus
  • 125
  • 1
  • 4

1 Answers1

0

Probably nothing special about it. On my system Debian (no customisation), most files are un-coloured. The ones that are coloured are: directories, symbolic links, executable, device-files, named-pipes, and a few others such as archives (tar, zip, etc.).

ctrl-alt-delor
  • 27,473
  • 9
  • 58
  • 102