LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Im tryin to set up a directory structure (https://www.linuxquestions.org/questions/linux-newbie-8/im-tryin-to-set-up-a-directory-structure-892105/)

Klassik 07-16-2011 08:00 PM

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

yancek 07-16-2011 08:05 PM

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?

TobiSGD 07-16-2011 08:05 PM

Welcome to Linux and LQ.

If you will post a question we will help you, but I can't see a question here.

Klassik 07-16-2011 08:07 PM

im asking how to set up a directory on Fedora

TobiSGD 07-16-2011 08:09 PM

What do you mean with "setup a directory"? Please be more specific with what you want to achieve and what you already tried.

Klassik 07-16-2011 08:18 PM

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

TobiSGD 07-16-2011 08:22 PM

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?

crts 07-16-2011 08:24 PM

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+"?

TobiSGD 07-16-2011 08:29 PM

Linux+ is a certification.

Klassik 07-16-2011 08:32 PM

Quote:

Originally Posted by TobiSGD (Post 4416930)
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

Klassik 07-16-2011 08:34 PM

Quote:

Originally Posted by TobiSGD (Post 4416938)
Linux+ is a certification.

thats the name of my next class

Klassik 07-16-2011 08:35 PM

Quote:

Originally Posted by crts (Post 4416932)
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

TobiSGD 07-16-2011 08:41 PM

If you need more help with the command line have a look here, this tutorial is specifically written for people new to Linux.

chrism01 07-17-2011 06:25 PM

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


All times are GMT -5. The time now is 01:53 PM.