Hi , i have open a konsole
sudo fsck .......
After I accidentally closed the window konsole
i can reopen the closed window as sfck is still working?
reopen the same window that I closed
Run "screen" and then in there run whatever you want. If you close the window, open another one and run "screen -r" to resume your screen session. You can also manually detach the screen by pressing CTRL+A, then D. Try it out first to get the hang of it. It's very useful.