I need to make a copy of /etc/default/grub file and put it in ~/backup/config/ directory In Gnome files.
Asked
Active
Viewed 1,005 times
1
-
1Can you provide more information on what problem you are having? Are you receiving an error message? – thomasrutter Jan 16 '18 at 04:45
1 Answers
0
This is the command. If you met with an error comment the error.
sudo cp -R /etc/default/grub /backup/config/grub

Danushka herath
- 113
- 2