There are quite a few questions asking what you can do to run a shell script in the background while not running the terminal. Most have advised to use nohup or disown.
This might be a stupid question, but I am new to Linux and Ubuntu, but can anyone explain to me why not just press Ctrl + Alt + 1...6 to open a TTY (teletype terminal) and run the script appended with a &? Then I can just choose another TTY or the GUI to carry on whatever I am doing. I read here that I can even more TTYs (although the answer does not tell me how)
What are the pro's and con's of this approach over the 'commonly-accepted' (in SE it seems at least)
 
     
    