Lecture 1 Flashcards

(1 cards)

1
Q

Terminal Command Line

A

Basic commands:

pwd: print working directory
cd: change directory
mkdir: make directory
ls: list directory content
touch: update file timestamp (create)
rm: remove file
mv: move file

Extras:

help: help
tab: auto-complete
up: previous command in history

How well did you know this?
1
Not at all
2
3
4
5
Perfectly