Linux directory structure
| Mount Point |
Explanation |
| / |
Root directory |
| /bin |
Main program |
| /boot |
Used at boot |
| /dev |
directory Where the registered user devices (modem, mouse, keyboard, etc.) |
| /etc |
Configuration files |
| /home |
Home directories of users, registered in the system |
| /lib |
Libraries and kernel modules |
| /mnt |
Mount points of devices (CD ROM, floppy disks, drives on the network, etc.) |
| /root |
Root’s directory |
| /sbin |
Basic system software |
| /tmp |
Temporary files |
| /usr |
Directory impracticable important files |
| /var |
Various data (logs) |
[Related posts]
Transferring a FreeBSD on new hard drive [Manual]Follow this steps to transfer FreeBSD on new hard drive of any size. Connect the new hard disk in the system with a FreeBSD (/dev/ad1s1)...
File Server With Samba and FTP in FreeBSDThis manual describes how to create file server, where users from can access their files with samba client and FTP server, (from windows too). In...
Cron ManualFiles “username” user’s cron file location /var/spool/cron/{username} Root’s crontab file /var/spool/cron/root Configuration file for cron, /etc/crontab Cron service service crontd status service crontd start service...