0

I was in my home directory and then I typed

cd .icons/a_folder/ 

For a weird moment, I typed

mv ../.. 

instead of

cd ../.. 

I do not know why I made that mistake, but since ../.. was my home directory at that moment, and although it gave me the error

 mv: missing destination file operand after '../..' 

I still would like to ask whether the command mv ../.. has messed up my home directory or not.

1 Answer 1

1
mv: missing destination file operand after '../..' 

is a “fatal” error, mv doesn’t do anything if it doesn’t have at least two arguments. Your home directory wasn’t altered.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.