COMMAND LINE BASICS Flashcards
1
Q
What is a CLI?
A
Command Line Interface, recieves commands from a user by lines of text, computer terminals
2
Q
What is a GUI
A
Graphical User Interface
3
Q
What is CLI man
A
Manuel
4
Q
What is CLI cat
A
concate files and print
5
Q
What is CLI ls
A
shows list of directory
6
Q
What is CLI pwd
A
print workind directory
7
Q
What is CLI echo
A
display line of text
kind of like console.log in commandline
8
Q
What is CLI touch
A
change file timestamps
and create files
9
Q
What is CLI mkdir
A
Make directory
new folder
10
Q
What is CLI mv
A
move (rename) file
11
Q
What is CLI rm
A
remove file
instantaneous
12
Q
What is CLI cp
A
create copy
13
Q
What is CLI history
A
shows history