= sinaliza no final dos arquivos .sock na saída ls

11

Estou executando o shell zsh no emacs. Quando executo ls , obtenho um = no final de .sock arquivos. O que significa o = ? É exclusivo para soquetes unix?

    
por Edgar Aroutiounian 01.01.2014 / 17:29

1 resposta

12

De acordo com a documentação coreutils em --classify (alias %código%), -F é para sockets:

Append a character to each file name indicating the file type. Also, for regular files that are executable, append ‘*’. The file type indicators are ‘/’ for directories, ‘@’ for symbolic links, ‘|’ for FIFOs, ‘=’ for sockets, ‘>’ for doors, and nothing for regular files. Do not follow symbolic links listed on the command line unless the --dereference-command-line (-H), --dereference (-L), or --dereference-command-line-symlink-to-dir options are specified.

    
por 01.01.2014 / 17:34

Tags