# Linux : Files & Folders
*Based on Ubuntu 24.10 Desktop full install.*
## System
```
/bin/
/dev/
/dev/null
/dev/random
/etc/
/etc/bash.bashrc
/etc/profile
/etc/profile.d/apps-bin-path.sh
/home/
/root/
/sbin/
/tmp/
/usr/bin/
/usr/local/bin/
/usr/local/sbin/
/usr/sbin/
/usr/share/
/usr/share/gtksourceview-5/language-specs/*.lang # gedit syntax highlighting rules
/usr/share/X11/locale/en_US.UTF-8/Compose # list of Compose Key sequences
/var/
/var/log/
/var/log/syslog
```
## User
```
~/.bash_aliases
~/.bash_history
~/.bash_login
~/.bash_logout
~/.bash_profile
~/.bashrc
~/.profile
~/.local/share/gnome-shell/extensions/ # Gnome Extensions installed from website
~/.local/share/gtksourceview-5.0/language-specs/*.lang # gedit syntax highlighting rules
~/.local/share/keyrings
~/.ssh/authorized_keys
~/.ssh/config
~/.ssh/known_hosts
~/.ssh/known_hosts.old
~/bin/
```
## Third-Party
```
~/.curlrc
```