Shared Flashcard Set

Details

IT Infrastructure Midterm II
Basic Linux Commands
15
Computer Science
Undergraduate 2
03/01/2016

Additional Computer Science Flashcards

 


 

Cards

Term
cat
Definition
list the contents of a file
Term
more
Definition
show the contents of a file one page at a time pressing space to go to next page and enter to display next line
Term
less
Definition
show the contents of a file with the ability to scroll up and down
Term
ls
Definition
list directory contents
Term
-l
Definition
long format
Term
-a
Definition
include hidden files
Term
cp
Definition
copy a file
Term
mv
Definition
move or rename files or directories
Term
rm
Definition
remove a file
Term
su
Definition
switch user
Term
-r
Definition
when used with rm deletes a directory and its contents
Term
>
Definition
creates or replaces data
Term
>>
Definition
appends data to target
Term
<
Definition
causes program to get input from a file
Term
|
Definition
feeds output from program on left as input to program on right
Supporting users have an ad free experience!