How to check permissions of a specific directory?

后端 未结 10 575
无人共我
无人共我 2021-01-29 17:32

I know that using ls -l \"directory/directory/filename\" tells me the permissions of a file. How do I do the same on a directory?

I could obviously use

10条回答
  •  灰色年华
    2021-01-29 18:03

    You can also use the stat command if you want detailed information on a file/directory. (I precise this as you say you are learning ^^)

提交回复
热议问题