Handling files
Command line
Searching
Show
Compressing and Archiving
Install / Uninstall
Moving files to remote systems
Environment Variables
Linux Directory
/bin /sbin /etc /home /opt /tmp /usr /var /cdrom /mnt /proc
** potential logs for third party software
/bin – executable files aka essential binaries
/sbin – system binaries
/etc ** – host specific system config
/home – home directories
/opt ** – config file for third party application software
>bin
>etc
>lib
>log
/tmp – temporary files deleted on boot
/usr ** – sharable and read only files
>bin
>etc
>lib
>log
/var ** – var. data files generated by system or vendor
/cdrom – mount point for CDs
/mnt – mount point f external file systems
/proc – running processes
Attach a folder/directory to a home directory
Remove the attached directory
> mount [mountable folder] [destination directory]
> umount [mounted folder]