Что-то вы гоните насчет "привычного вида формата 755 и 644". Я вот вообще не понял что это!😳
Действительно, что означают цифры которые мы получили в прошлом посте?
Это кодировка, заключающая в себе режимы доступа к файлу.
Подробней можно почитать в статье про chmod.
Там можно увидеть альтернативное обозначение того же самого с помощью символов r w x, что значит чтение, запись, исполнение.
Чтобы преобразовать восьмеричное число в такое обозначение в Python есть готовая функция
>>> stat.filemode(0o755)
'?rwxr-xr-x'
Мы видим 3 группы по 3 символа, дающие 3 типа доступа для 3 типов юзеров.
А что за знак вопроса в начале?
Давайте передадим в эту функцию необрезанное значение от os.stat
>>> stat.filemode(os.stat(path).st_mode)
'drwxr-xr-x'
Это данные, которые мы безжалостно обрезали в прошлый раз😼
Первый символ обозначает тип объекта. Это может быть файл (-), директория (d) или симлинк (l).
Вот простая схема данной кодировки
[1][3][3][3]
│ │ │ │
│ │ │ └──> Others Permissions
│ │ └─────> Group Permissions
│ └────────> Owner Permissions
└───────────> File Type
(разверните экран если вы с телефона)
Если вы попробуете получить пермишены для симлинка то получите пермишены для файла
>>> path = '.venv/bin/python3'
>>> stat.filemode(os.stat(path).st_mode)
'-rwxr-xr-x'
Чтобы получить свойства именно симлинка, нужно это явно указать
>>> stat.filemode(os.stat(path, follow_symlinks=False).st_mode)
'lrwxrwxrwx'
#tricks#basic
The sunrays taking;
All the darkness away,
Love taking all hatred away,
Miniature hopes in shapes of stars,
Now subsiding in beautiful destiny,
Happiness taking all the pain away.
In midst the beautiful world,
I laid here,
Breathless,
My sould taken away by you,
My heart given to beat in someones
Else's cage,
My body drifted with fire,
My voice taken away by deafening silence,
My memories now, washed away,
Fading away with new ones.
This is how,
A beautiful day began,
Changing my life,
To be dreadful forever,
In midst the beautiful world,
I laid here as a dead lover.
#tyler#review
She's like a poem,
Waiting to be read.
She's like a song,
Waiting to be sung.
She's like a melody,
Waiting to be heard.
She's like a book,
Waiting to be understood.
She's like a dance,
Waiting to be performed.
She's like a beauty,
Waiting to be cherished.
She's like art,
Waiting to be crafted.
She's you,
Waiting to be found.
She's you,
Waiting to be loved.
She's not just a girl,
She's within all of you,
She resides somewhere inside,
Somewhere the golden rays don't reach,
Somewhere the silver shine doesn't work,
Somewhere in you,
She stays,
Waiting to be acknowledged.
#tyler#review
She's like a poem,
Waiting to be read.
She's like a song,
Waiting to be sung.
She's like a melody,
Waiting to be heard.
She's like a book,
Waiting to be understood.
She's like a dance,
Waiting to be performed.
She's like a beauty,
Waiting to be cherished.
She's like art,
Waiting to be crafted.
She's you,
Waiting to be found.
She's you,
Waiting to be loved.
She's not just a girl,
She's within all of you,
She resides somewhere inside,
Somewhere the golden rays don't reach,
Somewhere the silver shine doesn't work,
Somewhere in you,
She stays,
Waiting to be acknowledged.
#tyler#review
During a dreadful night,
I managed to put up a fight.
Maybe the strong me died,
And weak me survived.
The constant voices in my ears,
Here I am living in my fears.
Like a painful reminder of that night,
Where I lost a outnumbered fight.
Wondering if I am even right,
While holding myself tight.
The night is long dead,
Here my tears still wetting my bed.
That dreadful night,
The cause of my fright.
These thoughts make me shiver,
The fear making me quiver.
My painful screams,
Still haunting my dreams.
Maybe the strong in me died,
And weak me survived.
I haven't given up the fight,
Because I know,
I can still make it right.
#tyler#review
The correspondence of Tyler Robinson, a suspect in the murder of Charlie Kirk, with his transgender lover, with whom he lived, has been published. The name of the roommate is not mentioned.
#correspondence#tyler#robinson#suspect
#Trump#Democrats
👂More on Trump's Ear ⚠️