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

Резултати

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

Пребарај: #handhygiene

当前筛选 #handhygiene清除筛选

🧼 Keep Your Hands Clean, Stay Healthy! 👐🏽 Washing your hands at the right moments helps prevent the spread of germs and diseases. Don’t forget to wash your hands: ✅ After coughing/sneezing ✅ After touching high-contact surfaces ✅ Before touching a mask ✅ When entering/leaving public spaces ✅ Upon returning home ✅ While caring for the ill Clean hands save lives! 🙌🏽#HandHygiene#StaySafe#NCDCNigeria

Every day, our hands come in contact with germs from surfaces, people, and objects around us. Without proper hygiene, these germs easily enter the body and cause illness. Washing your hands with soap under clean running water for at least 20 seconds especially before eating, after using the toilet, and after touching shared surfaces is one of the most effective ways to prevent infections. ✅Make handwashing a habit, protect yourself and those around you. Clean hands today, healthier tomorrow. #HealthTipMonday#HandHygiene#NCDCNigeria

#HandHygiene with clean, running water is very vital to the prevention of #cholera. Important #handwashing moments⬇️ ✅While caring for the ill ✅After using the toilet ✅Before food preparation ✅Before and after eating ✅After touching high contact surfaces #TakeResponsibility

#HandHygiene with soap under clean, running water is very vital to the prevention of #cholera. Important #handwashing moments⬇️ ✅While caring for the ill ✅After using the toilet ✅Before food preparation ✅Before and after eating ✅After touching high contact surfaces #TakeResponsibility

#HandHygiene with clean, running water is very vital to the prevention of #cholera. Important #handwashing moments⬇️ ✅While caring for the ill ✅After using the toilet ✅Before food preparation ✅Before and after eating ✅After touching high contact surfaces #TakeResponsibility

#FactFriday Clean hands is one of the simplest and most effective ways to stay healthy and protect those around you from diseases👌 Washing your hands with soap under clean running water for just 20 seconds can reduce your risk of infection by up to 50%? 🙌🏽 Make handwashing a daily habit ✅️ #FactFriday#HandHygiene#HealthyLiving#NCDCNigeria

Viral Haemorrhagic Fevers such as #LassaFever spread mainly from person to person through direct & indirect contact. When properly done, #HandHygiene is very important to reduce the risk of healthcare workers' infection. Our #IPC guidelines for #VHFs⬇️ https://ncdc.gov.ng/themes/common/docs/protocols/111_1579986179.pdf