chgrp – Gruppenzuordnung von Dateien und Verzeichnissen ändern

Der Befehl chgrp ist ein unverzichtbares Werkzeug in Linux-Systemen, um die Gruppenzugehörigkeit von Dateien und Verzeichnissen präzise zu steuern. Als Systemadministrator brauchst du chgrp, um Zugriffsrechte fein abzustimmen, Teamzusammenarbeiten zu ermöglichen und Sicherheitsrichtlinien durchzusetzen. Grundlegende Syntax und Verwendung Die Syntax des chgrp-Befehls lautet chgrp [OPTIONEN] GRUPPE DATEI..., wobei GRUPPE der Name oder die GID der neuen Gruppe ist und DATEI eine oder […]

https://andreas-moor.de/chgrp-gruppenzuordnung-von-dateien-und-verzeichnissen-aendern/

chgrp – Gruppenzuordnung von Dateien und Verzeichnissen ändern – Andreas Moor

Master symbolic links in Linux! Create, manage, & remove them to streamline your file system navigation. #LinuxTips #Symlinks https://xt.om/UX88
xTom - What Are Symlinks in Linux and How Do You Create and Remove Them?

Symbolic links (symlinks) are file system shortcuts in Linux that point to other files or directories. In this article, you'll learn how to create, manage, and remove symlinks.

Nur mal so aus Neugierde. wer von euch benutzt das Werkzeug symlinks auf der #Linux-#Kommandozeile? 🤔

Symlinks in #Debian
https://packages.debian.org/bookworm/symlinks

#symlinks #symbolic #links

Debian -- Details of package symlinks in bookworm

scan/change symbolic links

🥳 New Kitten Release

• Added support for symlinks

You can now use symlinks in your sites/apps (but only those that point inside your site/app’s directory for security reasons).

Change log: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md#2025-05-29
Documentation: https://kitten.small-web.org/reference/#symlinks

To update Kitten:

• On your dev machine, run: kitten update
• On deployed machines, it will automatically update in a few hours.

Enjoy!

💕

#Kitten #SmallWeb #SmallTech #symlinks #KittenRelease #web #dev

Making sure you're not a bot!

Any brilliant #IT people here that can explain why #symlinks to files on a mapped network drive on #windows don’t work? No matter how I create them.
What started as a simple #bug led me deep into the mysteries of #Unix #symlinks, #firmlinks, and other nuances of the #filesystem. Grateful to @gergely_kalman for the nudge! This one’s full of #python #UnixTips #macOS magic. Enjoy reading!
https://karol-mazurek.medium.com/fixing-an-infinite-loop-on-unix-e0a8a5501c54
Fixing an Infinite Loop | Medium

Explore handling infinite loops in macOS filesystems, dealing with symlinks, firmlinks, and Mach-O file types. Learn practical tips for robust Unix-based code.

Medium

A vulnerability known as CVE-2024-37726 affects MSI Center versions up to 2.0.36.0 on Windows OS, allowing a user with low privileges to overwrite or delete important system files. This happens because MSI Center runs with high privileges and writes files to directories controlled by low-privilege users, enabling manipulation through symlinks. To exploit this, a low-privileged user creates a directory, sets an OpLock on a file, uses MSI Center's "Export System Info" feature to write to the file, moves the original file, and creates a junction to a target file. This tricks MSI Center into overwriting or deleting the target file with high privileges. Exploiting this vulnerability could lead to system compromise. However, updating to version 2.0.38.0 fixes this issue.

https://github.com/carsonchan12345/CVE-2024-37726-MSI-Center-Local-Privilege-Escalation

#cybersecurity #msi #vulnerability #windows #msi_center #symlinks #cve

GitHub - carsonchan12345/CVE-2024-37726-MSI-Center-Local-Privilege-Escalation

Contribute to carsonchan12345/CVE-2024-37726-MSI-Center-Local-Privilege-Escalation development by creating an account on GitHub.

GitHub
#systemd kann keine #symlinks (auf andere Partitionen, man kann z.B. nicht von /etc/systemd/system nach /home verlinken, wenn / und /home unterschiedliche Partitionen sind - Warum sagt mir das keine:r?)
NF.sec – Bezpieczeństwo systemu Linux - Time of check to time of use

W rozwoju oprogramowania termin time of check to time of use (TOCTTOU lub TOCTOU) jest klasą błędów typu race conditions spowodowanych zmianami w systemie, które występują pomiędzy czynnościami: sprawdzeniem warunku (np. poświadczeniem bezpieczeństwa), a wykorzystaniem wyników tego sprawdzenia. Przykład: wyobraźmy sobie aplikację webową, która pozwala użytkownikom na edycję wybranych stron oraz administratorom na blokowanie takich […]