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


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 :: 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 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

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

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

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

Ubuntu :: Is Command Line Invocation Of Gnome-terminal To Run More Than One Command

Feb 17, 2010

how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:

Code:

#! /bin/bash
#
#TODO write this for gnome and xterm

[code]....

This same error occurs if the gnome-terminal line is changed to

Code:

gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 1 Replies View Related

General :: Append Command Output To File By Giving Command In Terminal?

Jul 3, 2009

I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?

View 4 Replies View Related

Programming :: Command Line Invocation Of Gnome-terminal To Run More Than One Command?

Feb 16, 2010

I am trying to learn how to pass more than a one-command startup for gnome-terminal.

I will give an example of what I'm trying to do here:

Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
USAGE="
${0##*/} [-x] [-g]
code....

However, running with the -g option to invoke gnome-terminal, I get a "There was an error creating the child process for this terminal" error.

This same error occurs if the gnome-terminal line is changed to

Code:
gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 4 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

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

Ubuntu :: Open Terminal With Multiple Tabs ?

Aug 16, 2010

Is it possible to open a terminal window with a few tabs and execute a separate script or command in each with a single command or script?

View 4 Replies View Related







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