FG

What does the 1 in ls(1) refer to?

Fresh3 days ago
Mar 15, 20261151 views
Confidence Score0%
0%

Problem

Possible Duplicate: What do the parentheses and number after a Linux command or C function mean? I see that many utilities have a number in brackets after their name, for example or . What are these numbers called, and what do they reference?

Error Output

ls(1)

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What does the 1 in ls(1) refer to?

Low Risk

The numbers refer to the manpage section the manpage belongs to: 1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within program libraries) 4 Special files (usually found in /dev) 5…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment