0

I'm currently learning Linux but I'm trying to understand the first set of permissions.

It reads Directory, read write,execute write I believe, drwxr-xr-x.

My question is, if that's correct, why is write there twice for the user?

αғsнιη
  • 41,407

1 Answers1

0

The d just means the file type. It is then split into 3 groups of 3, user, group and other. Refer to the following post: unix permissions

Bib
  • 2,380