Reference no: EM132154760
UNIX "Desbian System" commands please!
Suppose you had a program that stored log files in the directory /var/log/impProgram and you were worried about the disk running out of room because of the logging requirements for that program.
Suppose also that you couldn't change anything about the log files including the program, the user managing it, or the location of the log files and any solution requires that the space and the configuration files be available at boot.
Additionally, the configuration files for this important program are in /etc/impProgram and you need to protect the configuration files from the rest of the computer by making them read-only.
Finally, suppose you have a 100MB drive laying around you could use. How would you resolve this problem?
(Note: assume you've already created the virtual drive and added it to your virtual machine, you will need to create the directories and insert something in them, and show all commands - for interactive commands, list instructions for use and for non-interactive commands, just list the commands. Show the contents of the /etc/fstab and once finished, display the results of the df -h command on reboot)