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 revision
Previous revision
notes:unix [2020/10/28 23:53] – [Course Notes] smalik3notes:unix [2020/11/04 23:50] (current) – Changed hyperlink to secure variant smalik3
Line 9: Line 9:
 The "man" command can be used on Linux to display the manual of an inputted command. To use this command type "man" followed by a space and then a Linux command. The "man" command can be used on Linux to display the manual of an inputted command. To use this command type "man" followed by a space and then a Linux command.
 Example: <code>man cd</code> Example: <code>man cd</code>
-This will display the manual for the Linux command "cd". This is very useful for starting off understanding Linux commands. And when in more doubt Google or asking questions to your professor is the answer.+This will display the manual for the Linux command "cd". This is very useful for starting off understanding Linux commands. And when in more doubt [[https://www.google.com|Google]] or asking questions to your professor is the answer.
  
 ---------------------------------- ----------------------------------
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.1603943633.txt.gz · Last modified: 2020/10/28 23:53 by smalik3