CompTIA Linux+ XK0-005 Practice Question
Which command will permanently mount a filesystem at boot by adding an entry to a specific configuration file?
Use
fstab --add-entry
Edit
/etc/fstab
Use
mount --permanent
Execute
systemctl enable mount
Which command will permanently mount a filesystem at boot by adding an entry to a specific configuration file?
Use fstab --add-entry
Edit /etc/fstab
Use mount --permanent
Execute systemctl enable mount