Term
|
Definition
|
|
Term
|
Definition
|
|
Term
How do I copy from the browser? |
|
Definition
|
|
Term
How do I paste something from the browser? |
|
Definition
|
|
Term
What command do I use to get the present work directory? |
|
Definition
|
|
Term
What command and flag do I use to see the actual physical path, with all of the symlinks resolved? |
|
Definition
|
|
Term
What command do I use to see what files or directories are in your current directory, or another directory? |
|
Definition
|
|
Term
What command do I use to see what files are in another directory, without first leaving your current directory? |
|
Definition
|
|
Term
What command and flag do I use to see what files see both "visible" and "hidden" files and directories? |
|
Definition
|
|
Term
What command and flag do I use to list out the names of the files and directories as well as give more detailed information about them? |
|
Definition
|
|
Term
What command and flag do I use to see the size of the file in human readable terms? |
|
Definition
|
|
Term
What command and flag do I use with ls is -S, which will sort the results of ls by file size, instead of the default sorting by name? |
|
Definition
|
|
Term
What command and flag do I use sort my ls results by the last time the files were modified? |
|
Definition
|
|
Term
What command and flag do I use to reverse the results of ls? |
|
Definition
|
|
Term
What command do I use to create a link between two files? |
|
Definition
|
|
Term
What command do I use to remove a file? |
|
Definition
|
|
Term
What command do I use to see whats in a text? |
|
Definition
|
|
Term
What command and flag do I use to force a link? |
|
Definition
|
|
Term
What command and flag do I use to create a symbolic link? |
|
Definition
|
|
Term
What command do I use to change directories? |
|
Definition
|
|
Term
What command do I use if I want to move up to the parent directory ? |
|
Definition
|
|
Term
What command do I use if I want to navigate to the home directory ? |
|
Definition
|
|
Term
What command do I use if I want to create directory ? |
|
Definition
|
|
Term
What command and flag do I use if I want to create nested directories ? |
|
Definition
|
|
Term
What command and flag do I use if I want to print the results mkdir command ? |
|
Definition
|
|
Term
What command do I use to copy files? |
|
Definition
|
|
Term
What command do I use to copy multiple files? |
|
Definition
|
|
Term
What command and flag do I use print verbose output regarding the files that were copied? |
|
Definition
|
|
Term
What command and flag do I use to recursively copy the directory's contents to the new directory? |
|
Definition
|
|
Term
What command and flag do I use to force the copying of the source file to the target file? |
|
Definition
|
|
Term
What command and flag do I use t? |
|
Definition
|
|
Term
What command and flag do I use to build work flows by redirecting the output of one command to the input to another command? |
|
Definition
ls -a ~ | grep _ | sed "s/_/-/g" |
|
|
Term
What command and flag do I use to write that data to a file ? |
|
Definition
ls -a ~ | grep _ > underscores.txt |
|
|
Term
What command and flag do I use to write that file to a data? |
|
Definition
ls -a ~ | grep _ < underscores.txt |
|
|
Term
How to open the command line |
|
Definition
|
|
Term
What command creates a new file |
|
Definition
|
|
Term
How do i remove a directory |
|
Definition
|
|
Term
|
Definition
|
|
Term
Which one is the prompt for [kamari@kamari-VirtualBox]:~$ rm -f foot.txt |
|
Definition
|
|
Term
Which one is the command for [kamari@kamari-VirtualBox]:~$ rm -f foot.txt |
|
Definition
|
|
Term
Which one is the option for [kamari@kamari-VirtualBox]:~$ rm -f foot.txt |
|
Definition
|
|
Term
Which one is the argument for [kamari@kamari-VirtualBox]:~$ rm -f foot.txt |
|
Definition
|
|
Term
A built-in command in the bash and C shells that writes its arguments to standard output. |
|
Definition
echo <string> example echo hello world |
|
|
Term
|
Definition
|
|
Term
Command(s) allow to see the manuel for hoe the command works. |
|
Definition
man <command> example: man ls |
|
|
Term
How to get to the beginning of a command? |
|
Definition
|
|
Term
How to get to the end of a command? |
|
Definition
|
|
Term
|
Definition
|
|
Term
Which key is the option key on a windows keyboard? |
|
Definition
|
|
Term
How to clear the command screen? |
|
Definition
type clear in the command or press CTRL+L |
|
|
Term
can only copy and paste text from online to command line by using what method |
|
Definition
right click copy and paste |
|
|
Term
Shortcut to open terminal |
|
Definition
|
|
Term
|
Definition
|
|