Terminal and Friends Flashcards
Where are terminals available?
Terminals are available on all operating systems.
what does a terminal allow you to do?
terminals allow you to have a fine grained control over your computer
What are the 3 primary reasons terminals exist
- more fine grained control
- automation and programmability
- common interface across all operating systems
List the Command…
this command lists all the files in the current folder
ls
List the Command…
moves you around in files
cd
List the Command…
moves files, can also rename a file
mv
List the Command…
makes a new folder
mkdir
List the Command…
deletes a folder
rmdir
List the Command…
creates new files
touch
List the Command…
copies files
cp
List the Command…
removes files
rm
List the Command…
gets a basic description of a command
whatis
List the Command…
gets all the information of a command
man
what commands are potentially destructive commands
rmdir, rm, mv