Ubuntu :: Cant Change Directory (terminal)?
Jun 18, 2010no matter what i do in there terminal when it comes to changing directorys or copying items it just dont work.this is what im typing
PHP Code:[code]...............
no matter what i do in there terminal when it comes to changing directorys or copying items it just dont work.this is what im typing
PHP Code:[code]...............
I run Ubuntu 10.10. and I have one annoying problem. When I want to set my Desktop directory in terminal by typing this: "cd ~/Desktop" I get an error: "bash: cd: /home/izvanzemaljac/Desktop: No such file or directory".
I really dont know what to do, I checked Google for this error and I didnt find a solution.
[URL]
This is step 2.2:
Quote:
Open a terminal and change the directory to the download destination.
I'm not entirely sure what that means! I've tried doing the other steps without doing that one and it doesn't seem to work.
I cannot change directory to a more than three folder tree destination folder from ~ in terminal. I've checked everything. No Typos or misspell. The destination folder was recognized by "ls" command but when I went to it, the terminal said, "no such file or directory."
View 7 Replies View RelatedI'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.
I mainly use debian jessie , recently i have installed daragora as my second os to get a feel of gnu/linux . the problem is that dragora uses bash , and it's commands are different from debian jessie terminal is there a way that i can use the same commands here in dragora?
View 4 Replies View RelatedNow I know that in order to change the colors in your terminal you have to play around with ~/.bashrc But the effects don't stay in place after a change-root is taken affect. It just reverts to black. Is there any way I can change that too in .bashrc?
View 3 Replies View Relatedif i was in /home/user/directory1/directory2/directory3/directory4 and i changed directory to /home/user/, how do i quickly go back to my previous directory (namely //home/user/directory1/directory2/directory3/directory4 )
View 3 Replies View RelatedIs there any way we could display dicrectory's size in terminal? Because I need to copy directories to external devices like USB, so I need to know there is enough space left on my USB for those directories or not. I tried ls command but still couldn't find out.
View 2 Replies View Relatedwhen we navigate into directories withing directories the terminal displays the entire path right from the root. Now how to make it just show the current directory I am working in? For examplevineeth@vineeth-laptop:~/Desktop/linux_programming/python_programming/project_duplicate_zip_files$ as you can see that I am in the current project_duplicate_zip_files directory but it displays right from the root. how to just make it something like below:vineeth@vineeth-laptop:/project_duplicate_zip_files$
View 2 Replies View RelatedSo for example, I go to PLACES -> DOWNLOADS and somehow open up a terminal for that rather than opening up a terminal to type "cd ~/Downloads" I know its simple to do that but when your dealing with some crazy directory like:
/media/2TB-DATA/BackUps/Regular/Downloads/Pictures/Family/Me/HiDef/ or something, and ur already browsing through it using the file browser, it would be nice to be able to open up a terminal for that directory.
I wonder if there is a directory for a terminal commands that may I can backup the commands I have used in the terminal before.
View 7 Replies View RelatedAfter upgrading to Lucid, gnome-terminal and xterm both start in the root directory (/); I'd like for them to start in my home directory instead. I had added "cd /home/myname" to the end of .bashrc, and this worked well as a temporary fix, but was never necessary in Karmic. Furthermore, modifying .bashrc in this way renders Nautilus' "Open in Terminal" menu item useless, as it still opens the home directory instead of the folder Nautilus was viewing.
View 9 Replies View RelatedLike the title says, I want to be able to open the directory I'm browsing in nautilus.To clarify this, as I barely understand what I said, I'll give an example.
Code:
cd ~/what/ever/this/is/complex/path
Hmmm.... A lot of files in here with long complex names and I only want to move certain ones..... Better open it in nautilus with my handy dandy script/alias!
what I'd like to have is a way to open a terminal directly from Nautilus and the terminal's active directory should be the one that is opened in Nautilus. Does Nautilus have a plugin system or is there another way to add this functionality?
View 3 Replies View Relatedi'm trying to install the your-tube downloader so i can get stuff off videos again, but having trouble. the instructions say to open a terminal at the directory of the extracted files and run the yourtube-downloader file, but i don't know how to do that. i tried just opening a terminal and running it, but it doesn't work. how do i do this?
View 10 Replies View RelatedHow can I find a particular directory in a terminal window in Linux? I think it involves using grep, but I'm not sure how.
View 3 Replies View RelatedI deleted by mistake my /www/ directory in terminal with rm -rf command. Is there a chance to get it back? I tried with TestDisk but I can't find it.
View 7 Replies View RelatedBasically i have a 1TB USB HDD that is formatted HFS+ (i used to use it attached to a hacked AppleTV, it has loads of media on it).
Appletv wasn't great, so now i have a lovely acer revo running XBMC Live, and it's blooming great. my problem is my USB drive mounts, but i think it's read-only, as i am struggling to sftp new files to it. so my question is:
How do i make the drive writeable?
I've read things about disabling journling, an fstab file, chown in terminal, but im really struggling.
In temrinal if i navigate to the /media folder and run ls -al, i get this: (note the usb drive is called AppleTV)
revo@XBMCLive:
How to make it read-write? i'm happy for it to have full write access by root, or all users or whatever. im sure its 1 line in terminal!
How can I change the username via terminal?Also, via GUI is there any to change the username?
View 1 Replies View RelatedCan I Change The Terminal Color On Ubuntu 10.10?? Is Purple Like Always I Want It Green
View 1 Replies View RelatedIt appears to me that with the default .bashrc the user, computer, and working directory are shown in the title. If so, I see no need for that info in the prompt (space waster).
If this is always true, how do I change my prompt to simply "$" and the root prompt to simply "#"?
i wanted to change the size of the terminal like so whenever i open it up it will be fullscreen so i went at preferences and changed the size thing at the left (i think it was columns) to 700.Now whenever i open up a terminal the whole screen freezes and it logs me out.
View 5 Replies View RelatedI'm in a different type of shell (this is inside "screen"), I guess. It is like this:
Code:
sh-3.2$ cd /home/user
sh-3.2$
It doesn't change the directory.
How do I change to the directory /ect so I can add a path variable to the file called environment?
View 2 Replies View RelatedI have a directory '/usr/local/games/quake4'. I want permissions for the directory, along with everything in it set to:
Owner: Create and delete files
Group: Access files
Others: Access files
What would I type in terminal to make this happen?
Im trying to install net-vi_2.2.1.tar.gz its my understanding that i need to navigate the Unix terminal directory to the either the tar.gz archive or extract the file to a folder and use that as the command directory for the terminal so my first question is how do i use that folder with the terminal? what command do i use?
After that i use the readme or install text file for the rest of the commands i need but im not sure cause ive never installed from tar.gz before
How to install a .tar.gz file ?
I want to change my default terminal in Ubuntu to ZHS. What's the command to do this?
View 3 Replies View RelatedI just installed ubuntu 10.04 on our laptop. for convenience I also installed the dutch (gnome) translation and selected Dutch as the default language so all menu's and localisation is suitable for the Netherlands and the misses understands stuff. However I noticed that the gnome terminal is also translated so all output from bash is now in Dutch too. This is really inconvenient since I have been using bash in english on fedora and ubuntu for 10 years now. So is there a way to reconfigure gnome term (bash) to default back to english and leave the GUI in Dutch?
View 2 Replies View RelatedEditing the profile in gnome-terminal has absolutely no effect on the appearance. I can change background color, transparency, image, etc. in the profile edit window, save changes,and the _actual_ terminal appearance does not change at all. I did make sure to switch to the edited profile after editing -- to no avail.The default navy-on-light-blue isn't bad, but the light-green default for executables is effectively completely invisible on the light blue background.Is this a bug? Or does someone have a workaround?FWIW, gnome-terminal in 9.10 was completely customizable
View 3 Replies View Related