meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:basics:start [2026/06/11 13:45] titannetlinux:basics:start [2026/06/11 14:11] (current) titannet
Line 12: Line 12:
   - User Space    - User Space 
     * Windows manager     * Windows manager
 +
 +
 +===== Folder =====
 +
 +  * /bin/
 +    * binaries, sbin: superuser binaries
 +  * /boot/
 +  * /dev/
 +    * devices
 +  * /etc
 +  * /home/
 +  * /media/
 +  * /mnt/
 +  * /opt/
 +  * /proc/
 +  * /root/
 +  * /run/
 +  * /srv/
 +  * /sys/
 +  * /usr/
 +  * /var/
 +
 +===== File/Folder permissions =====
 +
 +| type | [special] ||| owner ||| group ||| all ||| 
 +| d,-,l | SUID | SGID | Sticky |r | w | x | r | w | x | r | w | x | 
 +| | 4 | 2 | 1 | 4 | 2 | 1 | 4 | 2 | 1 | 4 | 2 | 1 |
 +
 +===== File types =====
 +
 +  * First four bytes ('Magic Bytes') define file type
 +
  
  
Line 22: Line 54:
 | 18 | sigcont | | | 18 | sigcont | |
 | 19 | sigstop | | | 19 | sigstop | |
 +