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