what does terminal command: ls -l show?

后端 未结 3 1815
执笔经年
执笔经年 2020-12-24 05:50

I know that it outputs the \"long\" version but what do each of the sections mean?

On my mac, when I type in

ls -l /Users 

I ge

3条回答
  •  春和景丽
    2020-12-24 06:28

    The following information is provided:

    • permissions
    • number of linked hardlinks
    • owner of the file
    • to which group this file belongs to
    • size
    • modification/creation date and time
    • file/directory name

提交回复
热议问题