linux之文件类型

 1、linux文件类型有7类:

  1)普通文件。(regular file)

  2)目录文件。(directory file)

  3)字符特殊文件。(character special file)

  4)块特殊文件。(block special file)

  5)FIFO。

  6)套接口。(socket)

  7)符号连接。(symbolic link)

 2、通过<sys/stat.h>中的宏可以判定某文件是哪个类型

  linux之文件类型

  linux之文件类型

 3、例:

  linux之文件类型

 

相关文章:

  • 2022-02-10
  • 2021-04-25
猜你喜欢
  • 2022-01-02
  • 2021-06-20
  • 2021-05-05
  • 2021-10-03
相关资源
相似解决方案