{
    "mode": "man",
    "parameter": "fincore",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/fincore/1/json",
    "generated": "2026-05-30T06:05:37Z",
    "synopsis": "fincore [options] file...",
    "sections": {
        "NAME": {
            "content": "fincore - count pages of file contents in core\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "fincore [options] file...\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "fincore counts pages of file contents being resident in memory (in core), and reports the\nnumbers. If an error occurs during counting, then an error message is printed to the stderr\nand fincore continues processing the rest of files listed in a command line.\n\nThe default output is subject to change. So whenever possible, you should avoid using default\noutputs in your scripts. Always explicitly define expected columns by using --output\ncolumns-list in environments where a stable output is required.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-n --noheadings",
                    "content": "Do not print a header line in status output.\n",
                    "flag": "-n",
                    "long": "--noheadings"
                },
                {
                    "name": "-b --bytes",
                    "content": "Print the SIZE column in bytes rather than in a human-readable format.\n",
                    "flag": "-b",
                    "long": "--bytes"
                },
                {
                    "name": "-o --output",
                    "content": "Define output columns. See the --help output to get a list of the currently supported\ncolumns. The default list of columns may be extended if list is specified in the format\n+list.\n",
                    "flag": "-o",
                    "long": "--output"
                },
                {
                    "name": "-r --raw",
                    "content": "Produce output in raw format. All potentially unsafe characters are hex-escaped\n(\\x<code>).\n",
                    "flag": "-r",
                    "long": "--raw"
                },
                {
                    "name": "-J --json",
                    "content": "Use JSON output format.\n",
                    "flag": "-J",
                    "long": "--json"
                },
                {
                    "name": "-V --version",
                    "content": "Display version information and exit.\n",
                    "flag": "-V",
                    "long": "--version"
                },
                {
                    "name": "-h --help",
                    "content": "Display help text and exit.\n",
                    "flag": "-h",
                    "long": "--help"
                }
            ]
        },
        "AUTHORS": {
            "content": "Masatake YAMATO <yamato@redhat.com>\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "mincore(2), getpagesize(2), getconf(1p)\n",
            "subsections": []
        },
        "REPORTING BUGS": {
            "content": "For bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.\n",
            "subsections": []
        },
        "AVAILABILITY": {
            "content": "The fincore command is part of the util-linux package which can be downloaded from Linux\nKernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.\n\n\n\nutil-linux 2.37.2                            2021-06-02                                   FINCORE(1)",
            "subsections": []
        }
    },
    "summary": "fincore - count pages of file contents in core",
    "flags": [
        {
            "flag": "-n",
            "long": "--noheadings",
            "arg": null,
            "description": "Do not print a header line in status output."
        },
        {
            "flag": "-b",
            "long": "--bytes",
            "arg": null,
            "description": "Print the SIZE column in bytes rather than in a human-readable format."
        },
        {
            "flag": "-o",
            "long": "--output",
            "arg": null,
            "description": "Define output columns. See the --help output to get a list of the currently supported columns. The default list of columns may be extended if list is specified in the format +list."
        },
        {
            "flag": "-r",
            "long": "--raw",
            "arg": null,
            "description": "Produce output in raw format. All potentially unsafe characters are hex-escaped (\\x<code>)."
        },
        {
            "flag": "-J",
            "long": "--json",
            "arg": null,
            "description": "Use JSON output format."
        },
        {
            "flag": "-V",
            "long": "--version",
            "arg": null,
            "description": "Display version information and exit."
        },
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Display help text and exit."
        }
    ],
    "examples": [],
    "see_also": [
        {
            "name": "mincore",
            "section": "2",
            "url": "https://www.chedong.com/phpMan.php/man/mincore/2/json"
        },
        {
            "name": "getpagesize",
            "section": "2",
            "url": "https://www.chedong.com/phpMan.php/man/getpagesize/2/json"
        },
        {
            "name": "getconf",
            "section": "1p",
            "url": "https://www.chedong.com/phpMan.php/man/getconf/1p/json"
        }
    ]
}