What other file types exist?

QuestionsQuestions8 SkillsProPermissions of FilesNov, 27 2025
060

In addition to regular files (-) and directories (d), other file types include:

  • l: Symbolic link
  • b: Block device
  • c: Character device
  • s: Socket
  • p: Named pipe (FIFO)

These characters help identify the type of file in the file system.

0 Comments

no data
Be the first to share your comment!