Difference between revisions of "Linux: Key files/folders"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) |
Rafahsolis (talk | contribs) m (Protected "Linux: Key files/folders" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
|- | |- | ||
| /etc/NetworkManager/system-connections/name-of-connection || Connection 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 | ||
|} | |} | ||
Latest revision as of 21:12, 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 |