RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Linux command that creates a new subdirectory

Question:
Give the exact command that creates a new subdirectory called TEMP?

Answer:
Creating directories on a linux system is done by use of mkdir command.
NOTE: linux is case sensitive. Therefore, temp and TEMP are two distinct directories.

mkdir TEMP

The command above will create a directory called TEMP within your current working directory.

mkdir /tmp/TEMP

will create a TEMP directory as a subdirectory of /tmp

mkdir -p /tmp/test/TEMP

will create a test as a subdirectory of /tmp/ and TEMP directory as a subdirectory of /tmp/test

Linux questions and answers

Share this linux post:

Submit Linux command that creates a new subdirectory in Delicious Submit Linux command that creates a new subdirectory in Digg Submit Linux command that creates a new subdirectory in FaceBook Submit Linux command that creates a new subdirectory in Google Bookmarks Submit Linux command that creates a new subdirectory in Stumbleupon Submit Linux command that creates a new subdirectory in Technorati Submit Linux command that creates a new subdirectory in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download