core linux commands Flashcards

1
Q

list files

A

ls

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

print path

A

pwd ( print working directory )

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

change directory

A

cd

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

move back one level in directory

A

cd ..

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

open foloder

A

xdg-open ..

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

create file

A

touch path/filename

e.g touch test.js

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

create folder

A

mkdir name

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

how to create multipe directories or files

A

comand file1 file 2

space between fies that you want to create

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

remove file

A

rm

e.g rm test.js

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

remove folder

A

rm -rf

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