0

Is it possible to access a terminal session after closing terminal? I ran into some interesting information about my installation of Ubuntu using the terminal, and I would like to retrieve that material.

jdh19
  • 29
  • 1
  • 1
  • 10

1 Answers1

0

Not if you haven't done something to preserve the session beforehand, like using screen to keep the shell alive, or used script to save the output. You could, of course, browse your command history to see which commands you had used:

history | less
muru
  • 197,895
  • 55
  • 485
  • 740