User Tools

Site Tools


notes:unix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
notes:unix [2020/10/29 03:53] – [Course Notes] smalik3notes:unix [2020/11/05 04:45] – Added notes about "mkdir" command smalik3
Line 16: Line 16:
 Example: <code>cd</code> Example: <code>cd</code>
 After using "cd" you add the option if which directory/folder you want to go into. Such as "cd familyphotos", you can even get to directories not close to the one you're in like "cd ~/games/somegame/unrelated". After using "cd" you add the option if which directory/folder you want to go into. Such as "cd familyphotos", you can even get to directories not close to the one you're in like "cd ~/games/somegame/unrelated".
 +
 +----------------------------------
 +
 +The "mkdir" command is useful for creating folders.
 +Example: <code>mkdir</code>
 +After using "mkdir" you add the name of the folder. For example "mkdir folder" will create a folder named "folder" in whatever directory you are in. You can also use full paths like "mkdir ~/classes/unix" to create a folder that may not be in the same directory as you.
  
notes/unix.txt · Last modified: 2020/11/05 04:50 by smalik3