backup

Asked by jussi

HI
When I try to create a backup of menu.1st by typing (in Terminal)
sudo cp:/boot/grub/menu.1_st /boot/grub/menu.1_stbackup,
I get an answer: sudo: cp:/boot/grub/menu.1st not found.
How sudo can find menu.1_st ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Ralph Janke
Solved:
Last query:
Last reply:
Revision history for this message
Best Ralph Janke (txwikinger) said :
#1

You need to replace the : after cp with a space

    cp /boot/grub/menu.1_st /boot/grub/menu.1_stbackup

Revision history for this message
jussi (juhani-hatakka) said :
#2

User confirmed that the request is solved.

Revision history for this message
jussi (juhani-hatakka) said :
#3

Thanks a lot.