Score:0

How open file with gedit withot terminal block?

cf flag

When I open file with

gedit templates/index.html

I see this in terminal and can't use it more: enter image description here

How can I open file in text editor without blocking terminal?

Score:1
cn flag

You will enter the & to instruct the shell to launch Gedit in the background:

gedit templates/index.html &

"After the fact", i.e., after you forgot to enter the &, you still can send it to the background.

  • In the terminal, press Ctrl+z to stop the process
  • The prompt is now released. Now type bg to send the stopped process to the background. Otherwise, Gedit will remain "stopped" appear as frozen.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.