edit users and groups directly

This commit is contained in:
2026-04-30 15:33:23 +02:00
parent 0d053e9a7d
commit 8bb26740b0

View File

@@ -157,6 +157,24 @@ shell: sh
bin: journalctl bin: journalctl
tag: system tag: system
aim: Edit users in /etc/passwd directly
cmd: sudo vipw
note: You can't edit passwords with black magic.
shell: sh
bin: vipw
bin: sudo
tag: system
tag: users
aim: Edit groups in /etc/group directly
cmd: sudo vigr
note: You can't edit passwords with black magic.
shell: sh
bin: vipw
bin: sudo
tag: system
tag: groups
aim: Follow the `ssh` daemon service aim: Follow the `ssh` daemon service
cmd: journalctl -f -u sshd cmd: journalctl -f -u sshd
shell: sh shell: sh