Term
|
Definition
list all contents in your current directory |
|
|
Term
|
Definition
takes you back to your home directory |
|
|
Term
|
Definition
takes you back one directory |
|
|
Term
|
Definition
takes you to the directory specified by the path provided |
|
|
Term
|
Definition
renames scr_file to dest_file |
|
|
Term
|
Definition
moves scr_file to the folder specified by dest_path |
|
|
Term
mv scr_file dest_dir/dest_file |
|
Definition
moves scr_file to the folder specified by dest_path and gives it the name dest_file |
|
|
Term
|
Definition
copies scr_file to dest_file |
|
|
Term
|
Definition
copies src_file to the folder specified by dest_path |
|
|
Term
cp src_file dest_dir/dest_file |
|
Definition
copies src_file to the folder specified by dest_dir and gives it the name dest_file |
|
|
Term
|
Definition
deletes the file named file_name |
|
|
Term
|
Definition
creates the directory named dir_name in your current directory |
|
|
Term
|
Definition
deltes the directory named did_name if it is empty |
|
|
Term
|
Definition
deletes the directory named dir_name |
|
|
Term
|
Definition
shows a listing of processes that are running |
|
|
Term
|
Definition
kills the process you specify with the [pid] (process id#) which is shown when you type ps |
|
|