What are other file type indicators?

In addition to the common file type indicators used by the ls -l command, here are some other indicators you might encounter:

  • d: Directory
  • -: Regular file
  • l: Symbolic link
  • b: Block device
  • c: Character device
  • s: Socket
  • p: Named pipe (FIFO)

These indicators help you understand the type of each file or directory listed in the output of the ls -l command.

0 Comments

no data
Be the first to share your comment!