Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-21-2003, 12:34 AM
|
#1
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Rep:
|
Create a directory
How do I create a directory in KDE?
|
|
|
07-21-2003, 12:38 AM
|
#2
|
Member
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720
Rep:
|
From konqueror?
Just go to the directory in which you want to make a new one, rightclick in an open space in the large righthand side panel, and click 'create new' then 'directory'
The keyboard shortcut is F10.
|
|
|
07-21-2003, 12:49 AM
|
#3
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
how would I do that for: ~/.kde/share/apps/ksplash/pics ?
|
|
|
07-21-2003, 12:52 AM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
open up a console, cd to the directory you want to create the new directory in and then use the mkdir command.
|
|
|
07-21-2003, 12:57 AM
|
#5
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
well I cant get the mkdir to work and I dont think I did it right the other way
|
|
|
07-21-2003, 12:59 AM
|
#6
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep:
|
Or just
mkdir ~/.kde/share/apps/ksplash/pics
from any directory - you can tab-complete the front stuff.
-- Can't get it to work? What happened?
Last edited by slakmagik; 07-21-2003 at 01:00 AM.
|
|
|
07-21-2003, 01:21 AM
|
#7
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
it says cannot creat the directory because there is no such file or directory
|
|
|
07-21-2003, 01:27 AM
|
#8
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Definitely get used to the TAB autocomplete function in the terminal. It will ensure you are typing things correctly, which is likely the reason for the above mentioned error. The other option, but rather one NOT to use in this instance since all above directories are likely already created would be the -p flag:
mkdir -p ~/.kde/share/apps/ksplash/pics
And it will create all the directories below it up to the final drectory 'pics'. But since .kde/share/apps/ksplash probably already exists it's likely either:
a. .kde 3 instead of just .kde
b. you missed the . before the .kde
Or
c. You are fishing around in the wrong directory?
HTH
Cool
|
|
|
07-21-2003, 01:38 AM
|
#9
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
I just need to do it so that I can Install the kde splash screens form www.kde-look.org (at least thatats how they told me to do it)
Last edited by SnowSurfAir; 07-21-2003 at 01:55 AM.
|
|
|
07-21-2003, 02:42 AM
|
#10
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep:
|
Well, that's what MasterC was saying - try trickykid's suggestion in this case - you must be missing a directory in the chain. cd to your target until you get a 'not found' and then make *that* directory and the ones below it.
You're probably going to need to create /ksplash and /pics.
Last edited by slakmagik; 07-21-2003 at 02:44 AM.
|
|
|
07-21-2003, 02:17 PM
|
#11
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
so make the directory /ksplash first and then go into it and make the directory /pics?
|
|
|
07-21-2003, 02:39 PM
|
#12
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Quote:
Originally posted by SnowSurfAir
so make the directory /ksplash first and then go into it and make the directory /pics?
|
Yes. the "ksplash" directory is mot likely not there by default, so you need to create it first.
cd .kde/share/apps
mkdir ksplash
cd ksplash
mkdir pics
Last edited by daihard; 07-21-2003 at 02:41 PM.
|
|
|
07-21-2003, 02:46 PM
|
#13
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
thanks daihard that worked
|
|
|
07-21-2003, 02:54 PM
|
#14
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Quote:
Originally posted by SnowSurfAir
thanks daihard that worked
|
You're welcome. Have fun with your Red Hat.
|
|
|
07-21-2003, 06:32 PM
|
#15
|
Member
Registered: Jul 2003
Posts: 123
Rep:
|
Quote:
Annoy a liberal, buy a gun!
|
No one do that!
|
|
|
All times are GMT -5. The time now is 04:33 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|