I tried moving a file in Linux from one directory to another and accidentally had an extra > character.
mv /u01/app/oracle/product/12.1.0.2/db_1/dbs/>test2.dbf /u01/shared_data/oradata/TEST/test.dbf
Now, my entire dbs
folder is missing. However when I locate the dbs
folder /u01/app/oracle/product/12.1.0.2/db_1/dbs
it appears to be there but I can't ll
or cd
to it:
-bash: cd: /u01/app/oracle/product/12.1.0.2/db_1/dbs: No such file or directory
How do I get the original back to where it was?