Ubuntu :: Can't Get Change Directory Command To Work
Jul 3, 2011
Basically, I'm in the terminal and I type in:cd desktop (or downloads or whatever)and nothing happens. I'm probably just being legendarily thick, but where am I going wrong?
View 9 Replies
ADVERTISEMENT
Jun 10, 2011
I used SVN to check out the code of an open source project. When I typed the following command:
[user1@smallfox]~/workspace/project1% svn co http://svn.apache.org/repos/asf/mahout/trunk
It worked just fine. However, when I typed the SVN command in the root directory, it did not work and gave me an error message:
[user1@smallfox]~% svn co http://svn.apache.org/repos/asf/mahout/trunk
zsh: command not found: svn
View 1 Replies
View Related
Jun 16, 2010
I am a student studying computer science course.
Well, I am facing problem when doing lab questions.
I must use DLXLinux bundled in Bochs (bochs.sourceforge.net).
I am required to use the /usr/local directory.
In /usr directory, there is no directory named 'local' but there is one thing called 'local@'. So, when I try to use mkdir command to create 'local' directory in /usr , there are error "cannot make directory.....".
Look at my screenshot at [url].
View 9 Replies
View Related
Jul 13, 2011
I'm quite new to linux but I have configured a simple ftp server and it's working great. I have a FTP-Shared folder with upload and download subfolders. Under upload's and download's I have identical category subfolders like mp3's, movies, software etc. in both. As the guy's upload, I would like to create a line crontab where I can move all the content under /FTP-Shared/upload/mp3/* older than 14 day's to FTP-Shared/downloads/mp3/ recursively (Like in cp command), but the timestamp must be searched on the first directory and not sub files example: /mp3/Club Dance/CD1/Hallo world.mp3This is how far I got:[root@clients ~]# /usr/bin/find /FTP_Shared/upload/Mp3s/ -depth -mindepth 1 -mtime +14 -type d -exec mv -f {} /FTP_Shared/download/Mp3s/ ;This command moves the directory and files, but it is not recursively
View 4 Replies
View Related
Jul 15, 2010
I'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.
View 6 Replies
View Related
Mar 27, 2011
How do I change to the directory /ect so I can add a path variable to the file called environment?
View 2 Replies
View Related
Jun 18, 2010
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]...............
View 3 Replies
View Related
Jan 7, 2011
i used to use synaptic to install packages which seems to be installed somewhere like /usr/bin or /usr/local/bin, so my question is can i change the default or pre-determined installation directory, coz my partition / is kind of short of space.
View 8 Replies
View Related
Jul 27, 2010
I can change to a nother directory in home folder using cd command.I have several partitions in my hard drive.But i want to know ho to cheng to a directory in nother partition or flash drive using command line.how can i do that
View 6 Replies
View Related
Jan 24, 2010
I'm running Ubuntu 9.10 with Kvm. I've used a howto to configure my network. Seems to work fine, I've installed the Virtual Machine manager, when I go to create my Virtual Machine, I see the the image is automatically created in /var/lib/libvirt/images. I have a totally separate path for my images. How to I configure a different image directory
View 1 Replies
View Related
Feb 11, 2010
I'm working in R and would like to change where the program opens. Currently my default working directory is home/dave and I would like it to open into home/dave/R by default.I'm running mint with xfce.
View 2 Replies
View Related
Apr 21, 2010
Here is my vsftpd.conf file:
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
[Code]....
View 3 Replies
View Related
May 27, 2010
i'm having issues with a folder which I cannot write to or seem to do anything else with? i figured i'd delete it and start again but i can't even do that!!
Code:
server@server:~$ sudo chown server /media/server/swap/downloads/incomplete/
chown: changing ownership of `/media/server/swap/downloads/incomplete/': Operation not permitted
[Code]....
View 5 Replies
View Related
Jun 12, 2010
My usb stick continually automounts at /dev/sda10, and for a certain operation I'm trying to do I need it to be mounted at /dev/sda (or sdb, sdv, etc); is there any way to change it's mount directory?
As a bonus question, or rather the real question, what I'm really trying to do is format a bootstrap partition as shown here
Code:
Command (? for help): p
/dev/sda10
# type name length base ( size ) system
/dev/sda101 Apple_partition_map Apple 63 @ 1 ( 31.5k) Partition map
[Code].....
View 1 Replies
View Related
Oct 29, 2010
i have problem on my ubuntu 10.10 after i change user name to root and home directory username ( old one ) , and now users and groups not working asnd all application on old user not working !
View 1 Replies
View Related
May 10, 2011
I have a usb that got corrupted whilst attached to a Vista computer.Now what was once a directory is now a file!It now reads as -rwxr -xr -x instead of drwxr -xr -x how do I change this back to a directory?
View 2 Replies
View Related
Aug 5, 2011
I have a script that should start my Minecraft server. The script is a follows:
#!/bin/bash
java -Xincgc -Xmx1G -jar "/home/jamie/Programs/Minecraft Server/craftbukkit-0.0.1-SNAPSHOT.jar"
The script is located in my scripts directory in my home folder and it is in my path. But when I execute the script the server starts writing all the data to my home folder(The directory I am in). How can I tell the script to change its working directory to the server folder?
View 2 Replies
View Related
Jan 6, 2010
I have newly installed Ubuntu server 9.10 in my server machine.And it has tomcat6 in itself.My friend have built a Java software in Fedora ,and he wants to move it to the new server.But problem is the directory structure is different between two systems.He has to either change his directory setting in his software or change the default tomcat6 ROOT directory. But I have not find any configuration file can do this job(change the tomcat default ROOT directory ).
View 3 Replies
View Related
Feb 26, 2010
I have created a folder in my /var/www/ as /var/www/borneo and when I try to install a smf forum I get this error: 550 Failed to change directory. I have installed vsftpd for the ftp.
View 5 Replies
View Related
Mar 13, 2010
when I try to access [URL]... I get an exception:
[code]...
I believe I need to change some directory permissions, but I can't determine exactly what.
View 1 Replies
View Related
Oct 13, 2010
I've been using Ubuntu for over 5 years. This time I decided to upgrade UNR to the latest 10.10. I am now running it from USB to try it before installing. Excuse my ignorance, but whatever happened to the Terminal? I cannot find it anywhere! I think this release is not going in the right direction if one of the most important tools in Ubuntu is hidden from an average user.
Also, how do I change to the root directory in the files and folders? or at least to the higher directory structure.I won't be installing UNR 10.10 unless I figure out these BASIC things.
View 2 Replies
View Related
Nov 8, 2010
how to change when running command "adduser" or "useradd" the placement of the users home directory. Have tried editing the /etc/default/useradd file with no results.
I want it to be placed in /var/www And I would also want to know how more folders and files can be created in the home directory automatically.
View 6 Replies
View Related
Dec 2, 2010
For some time I have been interested in life without a GUI, not necessarily living that life per-say but "interested" as a child would be about astronauts. So having taken said interest I've began to study it lightly at first, trying CMUS as my music player (A text based music player ran through terminal). I've also gotten a "Basic" (in the loosest of terms) understanding of how to import music through said program. Other than such, I know how to change directory, and see files via ls commands.
[code]...
I will sometimes elude me as to the full boundaries of it's uses; So I come asking this, amongst all of you does anyone live within a text based environment for extended periods? Days? Weeks? Years? What advantage does living a text based computer lifestyle give you against GUI folks?
View 9 Replies
View Related
Jan 16, 2011
I now have my ssh server all setup on my ubuntu 10.10 machine and properly working with a private rsa key. Anyway when I connect to it via my client it opens to: /home/myusername
I am able to run around the whole drive and have full access to everything, which is great. But I don't have anything on this hard drive. All my data and files that I really want to access are on the second drive of this computer. It doesn't have an OS on it, just files.how to change the directory to point to that drive and have full access of everything.
View 9 Replies
View Related
Feb 5, 2011
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.
View 6 Replies
View Related
Jun 15, 2010
Can someone explain why my directory history is being displayed after each use of the 'cd' command. After about an hour the list is filling up my window.
View 6 Replies
View Related
Aug 3, 2010
i need to burn a specific Directory (and all it`s content) into a CD by using the command line what do i need to write ?
View 1 Replies
View Related
Oct 24, 2010
how do you get to the usr directory from command line.
View 5 Replies
View Related
Jul 15, 2009
I just upgraded to fedora core 11. I need to change the permission of the html folder. The owner is currently set to root. Since there is no longer a root user (I just found out) it will not let my user account change the permissions in that directory from. How do you change directory permissions in fedora 11?
View 2 Replies
View Related
Dec 25, 2010
Yesterday I installed Fedora 14 on my computer. I was able to log in as root on a terminal fine until this morning. Now when I log in I get this:
Code:
[Silverback@Vanessa ~]$ su -
Password:
su: warning: cannot change directory to /root: No such file or directory
-bash-4.1#
I haven't deleted any files, so I have no idea how to fix this.
View 4 Replies
View Related