LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-16-2011, 08:00 PM   #1
Klassik
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Rep: Reputation: Disabled
Im tryin to set up a directory structure


i just started dabbling with this Linux program Fedora and i go to school for cpu forencics but havnt reached Linux+ yet but i wanna learn step by step to be a head of the game plz help
 
Old 07-16-2011, 08:05 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Fedora isn't a Linux program, it is one of hundreds of different Linux operating systems. You can start by googling Fedora and find numerous sites with information on it. If you have something specific, ask a specific question. Be ahead of the game at what?
 
Old 07-16-2011, 08:05 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Welcome to Linux and LQ.

If you will post a question we will help you, but I can't see a question here.
 
Old 07-16-2011, 08:07 PM   #4
Klassik
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
im asking how to set up a directory on Fedora
 
Old 07-16-2011, 08:09 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
What do you mean with "setup a directory"? Please be more specific with what you want to achieve and what you already tried.
 
Old 07-16-2011, 08:18 PM   #6
Klassik
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
i been tryin to create a directory structure to house business reports,rich text files,Data files for accounts recievable,accounts payable and general ledger
 
Old 07-16-2011, 08:22 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Do you try to do that with your file-manager? Or do you use the command line? What have you tried already and what is not working?
 
Old 07-16-2011, 08:24 PM   #8
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Hi,

do you mean something like this?
Code:
mkdir -p "~/Documents/business reports"
mkdir -p "~/Documents/rtf"
mkdir -p "~/Documents/data"
The above commands will simply create directories in your home folder.

And what do you mean with "Linux+"?
 
Old 07-16-2011, 08:29 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Linux+ is a certification.
 
1 members found this post helpful.
Old 07-16-2011, 08:32 PM   #10
Klassik
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Do you try to do that with your file-manager? Or do you use the command line? What have you tried already and what is not working?
yesb i have
 
Old 07-16-2011, 08:34 PM   #11
Klassik
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Linux+ is a certification.
thats the name of my next class
 
Old 07-16-2011, 08:35 PM   #12
Klassik
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by crts View Post
Hi,

do you mean something like this?
Code:
mkdir -p "~/Documents/business reports"
mkdir -p "~/Documents/rtf"
mkdir -p "~/Documents/data"
The above commands will simply create directories in your home folder.

And what do you mean with "Linux+"?
im bout to try it
 
Old 07-16-2011, 08:41 PM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you need more help with the command line have a look here, this tutorial is specifically written for people new to Linux.
 
Old 07-17-2011, 06:25 PM   #14
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
See also
http://rute.2038bug.com/index.html.gz
 
  


Reply



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
[SOLVED] set directory structure in git xeon123 Linux - Newbie 1 06-24-2011 07:15 PM
Convert directory structure from long file names in Linux to DOS 8.3 structure? manorina Linux - Software 5 09-12-2009 09:18 AM
Home Jail Folder Structure like Gobolinux Directory Structure luispt Linux - General 3 07-26-2008 06:46 PM
How to set up media center directory structure lumix Linux - Newbie 1 08-19-2007 02:49 PM
"WARNING: Circular directory structure" error when deleting directory pistonbrew Linux - Software 5 02-03-2005 06:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:10 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