Kali Directory Structure Flashcards
These questions relate to the root directory structure
What is the bin folder an abbreviation of and what function does it serve?
Bin is short for user binaries
It contains all the programs that a user can run, for example, copy, grep etc
What does the etc folder contain?
The etc folder contains all the configuration files.
For example, the ssh folder is contained within the etc folder.
What does the home folder contain?
The home folder contains the folders for the user accounts, such a the folder for ‘kali’
The sbin folder is an abbreviation for what and what purpose does the folder serve?
It is short for system binaries.
Similar to the bin folder, these binaries would modify the system, hence why they need root access.
The /tmp folder is an abbreviation for what and what purpose does it serve?
It is short for temp folder.
It holds temp files