UNIX Commands

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards
ls
list files and directories
2
New cards
mkdir directory
make a directory
3
New cards
cd directory
change to named directory
4
New cards
cd
change to home directory
5
New cards
cp file1 file2
copy file1 and call it file2
6
New cards
mv file1 file2
move or rename file1 to file2
7
New cards
rm file1
remove/delete file
8
New cards
rmdir directory
remove a directory
9
New cards
clear
clears the screen
10
New cards
more file1
display file1 a page at a time
11
New cards
cat file1
displays the entire contents of file1 at once
12
New cards
pwd
prints the current working directory
13
New cards
man command
display the manual for the given command