Hi to all.
I have one problem:
But yesterday it was there. And under root it started, but .screenrc was missing. Where is it? I don't have any idea
It was in /root - but now I don't have it.
I didn't do anything "strange" with screen in the last few days, it has just gone away. Has anybody seen something like this earlier? Thanks for tips.
P.S. The problem was solved by
I have one problem:
Code:
$ screen- r
-bash: screen-: command not found
Code:
$ which screen
/usr/local/bin/screen
Code:
$ ls -la | grep screen
-rw-rw-r-- 1 setevoy setevoy 634 Jul 22 2012 .screenrc
But yesterday it was there. And under root it started, but .screenrc was missing. Where is it? I don't have any idea
$ ls -la /root/ | grep screenI didn't do anything "strange" with screen in the last few days, it has just gone away. Has anybody seen something like this earlier? Thanks for tips.
P.S. The problem was solved by
make deinstall; make reinstall, but the question "What the heck was that?" is still actual.