# The hacksaw group is used to manage access to the # hacksawd service
groupadd hacksaw
usermod -a -G hacksaw ${SUDO_USER} cp ${SCRIPT_DIR}/hacksaw.service /lib/systemd/system/hacksaw.service cp ${SCRIPT_DIR}/hacksaw.socket /lib/systemd/system/hacksaw.socket
chmod 755 /lib/systemd/system/hacksaw.*
systemctl enable hacksaw.service
systemctl enable hacksaw.socket # hacksaw.socket starts hacksaw.service on-demand # so hacksaw.service does not need to be explicitly # started
systemctl start hacksaw.socket echo"The installation scripts creates a new 'hacksaw' group and adds you to it." echo"You will need to log out and log back in for the group changes to take effect."
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet am 2026-06-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.