Ubuntu :: Create A Command That Will Open Terminal And Keep It Open?

Jul 30, 2010

I have a problem that I can't seem to figure out. I can easily create a .sh file that will execute a command in Terminal, but as soon as it executes the terminal disappears. How do I get it to stay? My idea is to have the keyboard shortcut "ctrl+alt+del" open a .sh file with the contents "ps ax". Then it would be just like having a task manager; the terminal would open with "ps ax" already executed, and all I would have to do is kill the process number.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Command For "Open A Terminal Window And Run Application In This Terminal ?

Aug 8, 2010

What is the command for "Open a terminal window and run application in this terminal

View 4 Replies View Related

Ubuntu :: Open Terminal Command In 10.04?

Nov 27, 2010

In Xubuntu 9.04 I could right click in any directory folder and have the option of opening a terminal window "there". So the terminal command line would open preloaded to that directory. I know, I'm lazy, but it sure made life (and command line work) easier. But it's not available in my new install of Ubuntu 10.04. Now, I know that my gui environment has changed from xfce to gnome, but I would have expected MORE features, not less.

View 9 Replies View Related

Ubuntu :: Open Terminal From Command Prompt?

Oct 29, 2010

I want to open another terminal from typing a command to one terminal.
can anyone tell me a command for this..

View 5 Replies View Related

Ubuntu :: Command To Open Partition From Terminal

Mar 2, 2011

I am trying to use a command to open a partition or disc from the top like open up external drive, and not have to be externaldrive/videos or whatever. The reason being is to use in cairo dock, I have tried to drag n drop like i am able to with regular folders, but no good. I seen the option to run a command, and figured I would try it that way.

I have the partitions and discs i want to access mounted. they are:
External Drive (/dev/sdc1)
Storage (/dev/sdb1)
Windows (/dev/sda2)

I tried to open them in terminal, /media/storage: no such file or directory;
/dev/sdc1: Permission denied;
open /media/storage or /dev/sdc1
Couldn't get a file descriptor referring to the console;
se7en@PC:~$ nautilus /media/storage or nautilus /dev/sdc1 .....

Along with a pop-up saying 'the location is not a folder'.

View 1 Replies View Related

Ubuntu :: How To Make Rsync Command Open In Terminal

Sep 14, 2010

I have the following rsync command for making some backups:
Code:
rsync -r --progress --delete -H --numeric-ids -a --exclude=.gvfs /source /media/Backup
If I paste that in my Terminal, it will perform a backup of all the files and show me what's going on in the Terminal window. But how can I make that into a launcher? I have made a launcher on my desktop with that code in its Properties, but double-clicking it starts the rsync process (I can see HDD activity) but a Terminal window won't open.

View 6 Replies View Related

Ubuntu :: Terminal Open Error - Command Not Found

Feb 16, 2011

I have an "error", its not really and error, every time I open the terminal, it shows this:
Reading: command not found
Building: command not found
Reading: command not found
*****@****-****:~$

View 3 Replies View Related

General :: Gnome-terminal Command To Open Up A New Tab?

Aug 20, 2010

Are there a command to open up a new tab in gnome terminal(Ctrl+T outcome). I need it to use with in bash script.

View 2 Replies View Related

Ubuntu :: How To Create A Shortcut To Open Command Line Program

Feb 21, 2010

I use a few command line programs quite often such as nano and mpc. I'd like to create a shortcut icon to open them rather than opening a terminal and then typing in the program name to open it. For example, how could i open konsole with nano opened in one step?

View 5 Replies View Related

Fedora :: Open Multi Processes (command) Using Only One Terminal?

Apr 28, 2010

I just switch to fedora from windows recently. And I love the terminal of fedora alot. The problem is when I run some command on the terminal, I need to wait for that command to finish before executing another command. This is very inconvinient, say If I open eclipse using the terminal, this eclipse program will hog to the terminal until I closed it. So if I want to use terminal again I have to open another one.Hence the question is: Is there any way open multi processes(command) using only one terminal?

View 4 Replies View Related

Ubuntu :: Application Launcher Shortcut To Open Terminal And Execute A Command

Jan 15, 2010

I'm having Ubuntu Kramic Koala and i want to create a custom application launcher on the panel so when it is clicked it should open a terminal window and run the following command and then show the output for 5 secs and then closes the terminal... how can i do this?

Code:
cat /proc/sys/vm/laptop_mode && sleep 5

the above command is what i want to be executed at time of running the custom application launcher. if i paste the command in a terminal, it will show the output for 5 secs and then terminates... that's almost what i want. what i exactly want is that, i want it to work like when i click on the shortcut launcher, it should open a terminal and then exectues that command, show the output for 5 sec, pause, and then exits the teriminal.

View 8 Replies View Related

Ubuntu :: Creating A Command To Open Multiple Terminal Windows That SSH Into The Same Server?

Apr 7, 2010

Every time I boot up ubuntu I usually open 3 terminal windows and ssh into the same server. I would like to either click a shortcut, or run a single terminal command that will do the equivalent.

I came across the "gnome-terminal" command, but I was unable to get it to trigger an ssh command.

Ideally I would like to have a script that I pass in the number of windows I want to open and the server I would like to ssh into for each window.

View 4 Replies View Related

Ubuntu :: Open A Terminal And Start The 'top' Command To View The Running Processes

Oct 18, 2010

When I open a terminal and start the 'top' command to view the running processes, in the summary view I get 4 users. I guess that in addition to my account the root runs in the background but who are the other 2??

View 1 Replies View Related

Ubuntu :: Open A Specific Tomboy Note With A Command To Create Launcher?

Jul 15, 2010

I tried

Code:
tomboy --title-note "To Do"
but it returns

Quote:

[INFO 14:55:56.264] Initializing Mono.Addins

and opens in notification area.

but the note does not open.

View 4 Replies View Related

Fedora :: Won't Open When Run Gedit Command Through Terminal To Edit Files

May 31, 2011

When I try and run gedit command through terminal to edit files it won't open them

Quote: (gedit:4113): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.

View 6 Replies View Related

Fedora :: Open A File Using Command Line In Terminal And Edit Code Within It?

Jun 10, 2011

How to open a file using command line in terminal and edit the code within it ?code...

View 6 Replies View Related

Ubuntu :: How To Change Terminal App For Nautilus-open-terminal

Dec 1, 2010

I've fallen in love with Terminator as a replacement for the standard gnome-terminal app.

However, I'm also very much in the habit of using the nautilus-open-terminal extension for launching new terminal sessions.

I'd like nautilus-open-terminal to launch Terminator rather than gnome-terminal.

A quick search of my system and the web didn't reveal anything. i didn't find a gconf setting to control this. A quick look at the source code didn't help much either.

View 5 Replies View Related

Ubuntu :: Open .txt In Terminal?

May 15, 2010

when i double click a .txt file, i dont want gedit to open it, and instead, i would like it to open in terminal with it's output displayed (like cat .txt). how do i do this?

when i click on the .txt, i can get gnome-terminal to run, but i can't get it to open the .txt.

View 8 Replies View Related

Ubuntu :: .bat Or .sh Don't Open In Terminal?

Jul 5, 2010

how i can open .bat or .sh files in the terminal application. Of course i tried the "open with" button but for some reason terminal dosnt come up in there. is there a way to get terminal to be an option in there? or just a way to open those file types in terminal.

View 9 Replies View Related

Ubuntu :: How To Open A Terminal

Aug 30, 2010

how to open a terminal when you don't have a mouse?

View 2 Replies View Related

Ubuntu :: Cannot Open Folders In Terminal

Jan 7, 2010

how I can gain access to folder in Ubuntus 9.10 terminal. when I use a command like ./ Documents or ~/ Documents The terminal only states that "There is a folder named Documents" but never lets me enter. I can create a folder using the mkdir command and I can navigate that folder as long as that terminal session is active. When I close out the terminal and try to reopen it denies acces the same way as mentioined above. Do I need to set some type of access permissions or?

View 3 Replies View Related

Ubuntu :: Open GUI Folder In Terminal

May 28, 2010

I would like to open a folder using the terminal. In case of confusion, I dont mean to cd into the folder, but a command that opens the GUI of the folder.

View 3 Replies View Related

Ubuntu :: Nautilus Open A Terminal With App

Sep 2, 2010

I have some adlib music files I want to be able to double click from Nautilus.. the command line program that will play them is adplay.. However, if I just do that, then when I double click, the music plays, but no way to stop it!I tried "gnome-terminal adplay --output=oss" as the custom command but it doesn't seem to work.. I need it to open the terminal with adplay so i can stop the music when im done, since there's no GUI front end for this program..ALSA is the default for this app, but it skips horribly, and OSS was the only output device that works..

View 4 Replies View Related

Ubuntu :: How To Open Firefox From Tty Terminal

May 21, 2011

After pressing ctrl+shift+F1 I go to the tty1 cmd line terminal.But I am not able to open firefox or chromium browser by typing their name in cmd line terminal.How to open the browser from cmd line.?Also in /media directory I am not able to automatically mount my C: D: E: drives. I need to click Places and then drive name to mount the drives.My C: D: E: are windows drives and need to automatically mount in ubuntu after starting?

View 2 Replies View Related

Ubuntu :: How To Open Terminal In System

Jun 24, 2011

I have a live ubuntu cd
but i cant find the terminal

View 6 Replies View Related

Ubuntu :: How To Open Chromium From Terminal

Jul 24, 2011

In a terminal type this:

Code:
'chromium-browser'

I looked all over the internet on how to figure this out and I couldn't find it.

How did I figure it out? I'm running Xubuntu 10.04 and it doesn't seem to let you just drag and drop the shortcut into a panel from the applications menu. You have to add the panel shortcut manually. To do this, right-click a panel and select Add New Items > Launcher. Then right-click the launcher click properties...

Here's where I got stuck. To make a good launcher/shortcut you need to know the command and put in an icon. I couldn't find the command at first so I put in the icon first instead by clicking on the icon icon (not a typo) in the launcher's properties. Select All Icons from the drop-down menu at the top of the icon selection window. Arbitrarily click on any icon and type chromium. Here's where you find your chromium icon and guess what the name of it is? "chromium-browser" This is how I figured out what the heck the command was to open the stupid thing.

View 3 Replies View Related

General :: Can't Open Terminal

Jan 6, 2009

just managed to install zenwalk on an old freebie sony p3 laptop last night (thanks to some really helpful folk on these forums) and am feeling rather chuffed but i'm still having a few teething probs.The main one is that when i try to open terminal it just chucks me back to the login screen.Unfortunately the zenwalk forums are closed to new users so no help there! I wondered if anyone on these forums has had a similar problem?

View 4 Replies View Related

General :: Cant Open Terminal

Dec 13, 2010

its just 3 days i have started using Linux..Am using Mandriva 2010 version.i updated the software as i could see the more updates option being red..N now the Terminal isnt just getting opened.I had just begun with Linux and ws learning Terminal commands...n now the terminal isnt opening itself.Plz suggest me something..Also, i dont have much idea about gnome packages download n stuff..

View 6 Replies View Related

Programming :: Open Up A Terminal Within Vim

Feb 27, 2009

I've been learning C recently and have used Vim to write my code, however switching between tabs to compile and run annoys me so i was wondering if it would be possible to have a terminal in the bottom half of the screen inside vim. similar to most text editors.

View 1 Replies View Related

Ubuntu :: Nautilus-open-terminal Not Showing Up?

May 23, 2010

i just:

sudo apt-get install nautilus-open-terminal but it doesn't show up in nautilus

when i do:

gksudo nautilus and open the context menu, it does

how can i get the open-terminal to show up as user?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved