Computer and IT knowledge - things to know
>> just use mount --bind
example: show up directory /var/log/apache2 under user home /home/loguser
1.) create directory /home/loguser/show_apache2_log_dir
2.) mount the directory by using command:
mount --bind /var/log/apache2 /home/loguser/show_apache2_log_dir
>> to have the directory mounted after system reboot put the mount command to startup file >> /etc/rc.local
computer2know :: thank you for your visit :: have a nice day :: © 2024