LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   terminal questions... (https://www.linuxquestions.org/questions/linux-newbie-8/terminal-questions-146965/)

Longinus 02-16-2004 09:38 PM

terminal questions...
 
hi

i have a few questions...

Q1: How do i make rxvt transparent?

Q2: How can run programs by typing their name in a terminal and close the terminal
without closing the program running?

Q3: How can i start a terminal with specific details like the color and font of the terminal?

thanks guys

DrOzz 02-16-2004 09:51 PM

man rxvt
and look through the manual to find the arguments used to answer questions 1 and 3
nohup programname
and then close the terminal ;-)

Longinus 02-16-2004 09:56 PM

thanks you

but ive read in the man file for rxvt and it says in the begining that it can be transparent but i cant find where it shows you how lol i tried

rxvt -transparent but that didnt work...

DrOzz 02-16-2004 10:11 PM

rxvt -tr
should do it

Longinus 02-16-2004 10:25 PM

thanks drozz

Longinus 02-16-2004 11:13 PM

hrm.... the nohup thing doesnt work

is their like some command like -standalone or something so the program doesnt depend on the terminal it ran from?
thanks

patpawlowski 02-16-2004 11:26 PM

programname &

I believe this is what you are looking for. Putting the ampersand (sp?) at the end of a command causes it to run in the background. Then you can close the shell or run other commands from the shell.

Longinus 02-16-2004 11:35 PM

thanks patpawlowski

thanks worked :]


All times are GMT -5. The time now is 11:44 PM.