TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #281 · 18 авг.

Что-то вы гоните насчет "привычного вида формата 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

Резултати

Пронајдени 2 слични објави

Пребарај: #solidaritywithpalestine

当前筛选 #solidaritywithpalestine清除筛选
Freedom Flotilla Coalition

@FFC_official_channel · Post #595 · 16.07.2025 г., 11:46

Robert Martin is sailing to Gaza aboard the ‘Handala’. He reminds us that breaking Israel’s illegal siege on Gaza is the most important and urgent act that needs to be undertaken today. For Robert, joining the flotilla is a statement to the Palestinian people that they have not been forgotten as they endure a genocide while under brutal occupation - in spite of the consenting and complicit silence of the media and political establishments. For Robert, joining the flotilla is also a testament to posterity, and to future generations, that there were people who chose to act. “The world has woken up. Things are changing and I cannot wait for the day that there is a free Palestine.” Keep ‘Handala’ safe. End Israel’s Siege. #FreedomFlotilla#BreakIsraelsSiege#BreakTheSiege#SailToGaza#WomenAgainstBlockade#Handala#SolidarityWithPalestine

Freedom Flotilla Coalition

@FFC_official_channel · Post #584 · 12.07.2025 г., 11:11

At 70 years old, Vigdis Bjorvand from Norway is sailing to Gaza aboard 'Handala' to help break Israel's illegal siege - a journey she's been waiting for for years. A Palestine activist since 1978, Vigdis says she never wants her grandchild to say, “Grandma, you didn’t do anything.” She first joined 'Handala' in 2023, which did not manage to sail to Gaza, and tried again with 'Conscience' earlier this year. Now, she’s back on board, determined to deliver aid, medicine and solidarity to Palestinians in Gaza. As governments remain silent, Vigdis stands with the Palestinian people. Keep Vigdis safe. Keep 'Handala' safe. And help end Israel's illegal siege and genocide of Gaza. #FreedomFlotilla#BreakIsraelsSiege#BreakTheSiege#SailToGaza#WomenAgainstBlockade#Handala#SolidarityWithPalestine