0

I have deleted my bashrc file originally .how can i retrieve it.

when i use vi .~/bashrc command.

".~/bash.rc" E212: Can't open file for writing
screen does look like above
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
richa
  • 1
  • 1
  • 1
  • The title question is answered in [this question about data recovery](https://unix.stackexchange.com/questions/80270/unix-linux-undelete-recover-deleted-files), but the error at the end is because you have mistyped the path (it should be `~/.bashrc`); I'm not sure which one you actually mean to ask. – Michael Homer Jan 04 '17 at 09:22

1 Answers1

5
$ cp /etc/skel/.bashrc ~/.bashrc
Ipor Sircer
  • 14,376
  • 1
  • 27
  • 34