NCAE Mapping Hub
Overview Scoreboard Data Roles Exercised Checklists Lessons Skill Drills Practice Terminal Progress
short_answer easy Remember permissions 2 points

Question 8. CSCD240-E1-A

What does 4096 refer to in the ls -l line?

Work the drill

Answer on paper or in a terminal before revealing the ideal answer.

Ideal answer
File size in bytes.

Misconception bank

Each row below is a plausible wrong answer, the thinking that produces it, and the remedy that corrects the misconception. These are the foundation of the multiple-choice framing and the targeted feedback a student receives after answering.

Inode number
Misconception. Common confusion; inode is not shown by default ls -l.
Remedy. Show stat vs ls -l side-by-side to distinguish fields.
Block size
Misconception. Blocks are usually shown as 4KB units but this is the byte count.
Remedy. Clarify: ls -l size is in bytes; ls -lh shows human-readable. Block count = ls -s.

Authority mappings

Hover any chip for the mapping justification; click to open the authority record.

DCWF tasks: T0144
KU outcomes: CD-OSC-O2
NCAE errors: SMB Login / failure: SMB operation failed: [Errno.SMB Read / failure: SMB operation failed: [Errno .WWW Content / failure: Failed to connect to hostWWW Content / timeout: TimeoutWWW Content / failure: Website cannot be reachedSMB Read / partial: SMB operation failed: Failed .SMB Login / failure: SMB operation failed: [Errno.SMB Read / failure: SMB operation failed: [Errno .SMB Login / failure: SMB connection failed: proto.

Course-artifact links

Lectures

  • CSCD240-S26-L05. Permissions part 1: ls -l anatomy, rwx, file types

CTF challenges

  • 00 Navigation & Files: Read the Listing