I have to duplicate the terminal session at same directory. I found a solution here. It is working.
But my case is little bit different. If I am already a root user then duplicating terminal is shifting me to normal user at same directory. I want duplicated terminal with same root user at same directory where I was already.
Just root user is needed by default on new duplicated terminal at same directory.
gnome-terminal
. So, from the open shell session, rungnome-terminal &
(the&
is just to send it to the background) and a new terminal will appear. – terdon Mar 04 '17 at 16:04