Alessandro Mauri 5 years ago
parent e8e0e06c30
commit 786dce3596
  1. 7
      linux_general.txt

@ -87,7 +87,7 @@
-Groups: -Groups:
Adding users to groups: Adding users to groups:
"usermod -a -G grup user" "usermod -a -G group user"
reboot reboot
Listing all groups: Listing all groups:
"cut -d: -f1 /etc/group | sort" "cut -d: -f1 /etc/group | sort"
@ -224,6 +224,11 @@
If your distro users systemctl the easiest way to check errors is to look up the recent If your distro users systemctl the easiest way to check errors is to look up the recent
events in the system logs to do that type "journalctl" events in the system logs to do that type "journalctl"
-Using android devices:
Source: https://wiki.archlinux.org/index.php/Media_Transfer_Protocol
Android devices use the MTP interface, to be able to access them in your file manager it is usually required
to install the packages: "libmtp" "gvfs-mtp" and "gvfs-gphoto2"
-Windows: -Windows:
Adding programs to PATH: Adding programs to PATH:
Source: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/ Source: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/