Results 1 to 5 of 5
I am using Knoppix and i need help creating a directory called class and with creating a text file. can someone help...
- 01-23-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 1
Need help creating directory and txt file
I am using Knoppix and i need help creating a directory called class and with creating a text file. can someone help
- 01-23-2008 #2
Hi. To create directories, you use the mkdir command. To create text files, use an editor e.g. nano, vim or a gui editor like Kwrite.
- 01-23-2008 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,782
You should also be able to easily use the file manager (konqueror) in Knoppix to create directories from the GUI.
For a quick tutorial on command line operations under Linux, take a look at:
LinuxCommand.org: Learn the Linux command line. Write shell scripts.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 01-23-2008 #4
To create a directory use:
And to create a text file simply use:Code:mkdir <DIRECTORY NAME>
Code:touch <FILE NAME>
Linux User #453176
- 01-26-2008 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,782
james1980, if you still need help with this issue, please start a new thread. This one keeps attracting spammers, and I keep deleting their posts, so this thread will be locked.
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!



