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

Резултати

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

Пребарај: #nonproliferation

当前筛选 #nonproliferation清除筛选
Embassy of Russia in Singapore

@rusembsg · Post #2893 · 24.04.2024 г., 03:31

📹 Russia's Foreign Minister Sergey #Lavrov’s video address to participants in the Moscow Nonproliferation Conference Key talking points: • The arms control, disarmament and #nonproliferation system crisis reflects unprecedented degradation in the sphere of international security. • The #West is balancing on the dangerous edge of a direct military confrontation between nuclear powers, which could have catastrophic consequences. • The US-led collective West is cynically complementing the deliberate destruction of balanced and equal agreements that do not suit Washington with the promotion of apparently dishonest schemes that would create advantages for the United States. • Striving to attain decisive military superiority, Washington and its allies are enlarging the network of alliances directed against other countries. They are working energetically to implement a number of highly destabilising military-technical programmes. • There is no basis whatsoever for an arms control and strategic stability dialogue with the United States in the face of a total hybrid war being waged against our country. • Moves to undermine the existing arms control and non-proliferation system are affecting the stability of the Treaty on the Non-Proliferation of Nuclear Weapons (https://disarmament.unoda.org/wmd/Nuclear/npt/text). <...> The Western countries have used the treaty for years to address political agendas unrelated to nuclear non-proliferation. • The attempts of the Western countries to tailor the OPCW to their vested interests are a source of serious concern. The Western states have already turned this prestigious and strictly technical international agency into an instrument for implementing their geopolitical interests in the Middle East and beyond by privatising the OPCW Secretariat. • We are convinced that to prevent further degradation of the world situation <...> all countries should pool their efforts to upgrade the international security system relying on the principles of multilateralism, equality and indivisibility. 🔗Read in full: https://mid.ru/en/foreign_policy/news/1945334/