LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 07-21-2003, 12:34 AM   #1
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Rep: Reputation: 30
Create a directory


How do I create a directory in KDE?
 
Old 07-21-2003, 12:38 AM   #2
teval
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720

Rep: Reputation: 30
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.
 
Old 07-21-2003, 12:49 AM   #3
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
how would I do that for: ~/.kde/share/apps/ksplash/pics ?
 
Old 07-21-2003, 12:52 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
open up a console, cd to the directory you want to create the new directory in and then use the mkdir command.
 
Old 07-21-2003, 12:57 AM   #5
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well I cant get the mkdir to work and I dont think I did it right the other way
 
Old 07-21-2003, 12:59 AM   #6
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
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.
 
Old 07-21-2003, 01:21 AM   #7
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
it says cannot creat the directory because there is no such file or directory
 
Old 07-21-2003, 01:27 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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. .kde3 instead of just .kde
b. you missed the . before the .kde
Or
c. You are fishing around in the wrong directory?



HTH

Cool
 
Old 07-21-2003, 01:38 AM   #9
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
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.
 
Old 07-21-2003, 02:42 AM   #10
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
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.
 
Old 07-21-2003, 02:17 PM   #11
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
so make the directory /ksplash first and then go into it and make the directory /pics?
 
Old 07-21-2003, 02:39 PM   #12
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
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.
 
Old 07-21-2003, 02:46 PM   #13
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
thanks daihard that worked
 
Old 07-21-2003, 02:54 PM   #14
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by SnowSurfAir
thanks daihard that worked
You're welcome. Have fun with your Red Hat.
 
Old 07-21-2003, 06:32 PM   #15
teamstatic84
Member
 
Registered: Jul 2003
Posts: 123

Rep: Reputation: 15
Quote:
Annoy a liberal, buy a gun!

No one do that!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
create a directory in C++ poeta_boy Programming 15 11-02-2011 02:53 PM
How to create new directory?? Jorine Programming 4 12-01-2004 01:38 AM
can't create new directory dummoi Linux - Newbie 4 06-24-2004 03:50 PM
Re-create /proc directory? calabash Red Hat 3 02-18-2004 01:35 AM
Can't create new directory!!?? catty Linux - Newbie 7 10-06-2003 06:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration