Difference between revisions of "Linux: Key files/folders"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) |
Rafahsolis (talk | contribs) |
||
| Line 23: | Line 23: | ||
|- | |- | ||
|/root/.local/share/applications/wine/Programas/|| Wine applications launchers | |/root/.local/share/applications/wine/Programas/|| Wine applications launchers | ||
| + | |- | ||
| + | | /etc/apt/sources.list || apt Sources sources | ||
|} | |} | ||
Revision as of 21:08, 8 April 2015
| path | Description |
|---|---|
| /etc/sudoers | Sudo permissions file. Edit with visudo |
| ~/bashrc | Paths where executable files are found. See /usr/share/doc/examples/startup-files from bash-doc package |
| /opt/sge/bin | Example |
| /usr/local/bin | |
| /etc/init.d/ | Folder for daemon scripts |
| /etc/network/interfaces | Network configuration |
| resolv.conf | DNS Configuration file |
| /etc/NetworkManager/system-connections/name-of-connection | Connection configuration file |
| /usr/share/applications | Application launchers path |
| /root/.local/share/applications/wine/Programas/ | Wine applications launchers |
| /etc/apt/sources.list | apt Sources sources |