Week 1 Flashcards
ls
And some associated parameters
List files
- Force (shows hidden files)
- Full
How to know flag options in Linux?
–help after a command
Flags and parameters
Specify additional options for a command
man and -Full
man is a flag used to pull up more detailed info on a command’s parameters
-Full is the windows version of man, though man goes before the command and -Full goes after
Absolute path
One that starts from the main directory
Relative path
One that starts from the current directory
pwd
Print working directory
Tells you which directory you are currently in
What command moves you one directory up from the one you’re on?
cd ..
Tab completion
Lets you use tab key to autocomplete file names and directories
What’s the command in PowerShell to make a new folder?
mkdir
How to search history in PowerShell?
Ctrl - R
Wildcard
A character that’s used to help select files based on a certain pattern
- is followed by the extension or other pattern you want to select by
What command lets you rename a file?
mv
What is the command to remove files?
rm or remove
How do you leave the “more” command
Enter the “q” key