1.

How Would You Create A Backup Of The Fstab File To The /backup Folder?

Answer»

USE CP COMMAND to CREATE the BACKUP.

#cp /etc/fstab /backup

Use cp command to create the backup.

#cp /etc/fstab /backup



Discussion

No Comment Found