Linux - SoftwareThis 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.
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'
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?
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.