File: gs.inc

package info (click to toggle)
bobcat 6.02.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,960 kB
  • sloc: cpp: 18,954; fortran: 5,617; makefile: 2,787; sh: 659; perl: 401; ansic: 26
file content (11 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
        itemization(
        it() bf(BLOCK_DEVICE) (0060000): the object is a block device;
        it() bf(CHARACTER_DEVICE) (0020000): the object is a character
            device;
        it() bf(DIRECTORY) (0040000): the object is a directory;
        it() bf(FIFO) (0010000): the object is a named pipe (a queue);
        it() bf(REGULAR_FILE) (0100000): the object is a regular file;
        it() bf(SOCKET) (0140000): the object is a socket;
        it() bf(SYMBOLIC_LINK) (0120000): the object is a symbolic link;
        it() bf(ANY): any of the above types.
        )