In ls -l output, where do the file owner and group normally appear?
ls -l
As adjacent fields after the link count, with owner first and group second.
Both are encoded inside the filename extension.
They are combined into the numeric file-size field.
The first two characters of the permission string always contain their names.