Permission 400 in octal notation means: 4 (read) for owner, 0 for group, 0 for others. This translates to read-only access exclusively for the file owner. In symbolic notation, this is 'r--------' - only the owner can read the file, and no one (including the owner) can write to it. This is commonly used for sensitive read-only configuration files.