|
|
|
@ -87,7 +87,7 @@ |
|
|
|
|
|
|
|
|
|
-Groups: |
|
|
|
|
Adding users to groups: |
|
|
|
|
"usermod -a -G grup user" |
|
|
|
|
"usermod -a -G group user" |
|
|
|
|
reboot |
|
|
|
|
Listing all groups: |
|
|
|
|
"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 |
|
|
|
|
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: |
|
|
|
|
Adding programs to PATH: |
|
|
|
|
Source: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/ |
|
|
|
|