Tagged Questions
0
votes
1answer
193 views
Why does this script not open parallel gnome-terminals on a server?
Why am I not able to have parallel gnome-terminals on my server while I can on my client.
Here is a test that illustrates the problem.
#!/bin/bash
# this is the parent script
gnome-terminal ...
4
votes
1answer
421 views
Cancel Process with Ctrl + C will not work in Terminal
I have just got myself a Ubuntu server and for some reason the Ctrl + C will not kill the process I am running. I have run this command on two terminals Cygwin and putty and logged in using ssh.
I ...
4
votes
2answers
1k views
Accesing ftp files through terminal?
After connecting to a local ftp server, how can I acces the files through the terminal?Thanks in advance.