This week i'm going to be learning the the different codes i can be using on the command prompt. So far I've master a couple of codes which you can see bellow
Prompt Command Codes:
ls -a it list all files in your home directory including those whose names begin with a dot
by typing "mkdir" and then type ls -a to view all folder. I created a folder named jfelix.
Cd. (..) means the parent of the current directory, so typing
% cd .. changes Directory
Subscribe to:
Post Comments (Atom)
Nice post! Independent learning requires the ability to create your own "exercises" so you can practice things that you are learning. You did a good job doing that with the examples in today's post.
ReplyDelete