07.29.08

Creating, Moving, Renaming and Deleting Files and Directories

Posted in command tagged at 5:33 am by bearisusanto

1. Creating new directories using “mkdir”
Pronounce the mkdir command as “make dir”

root@hardy:/home/bearisusanto/Documents# mkdir NEWDIR
root@hardy:/home/bearisusanto/Documents# ls
NEWDIR Read the rest of this entry »