Shells Basics

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
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
Call with Kai

No study sessions yet.

13 Terms

1
New cards

pwd

which command shows the working directory?

2
New cards

cd

which command changes to a different working directory?

3
New cards

ls

which command lists directory contents?

4
New cards

rmdir

which command removes empty directories?

5
New cards

mkdir

which command creates new directories?

6
New cards

cp

which command copies a directory or a file?

7
New cards

mv

which command moves a directory or a file?

8
New cards

mv

which command renames a file or directory?

9
New cards

rm <file>
rm -r <dir>

which command removes a file or directories?

10
New cards

a program that provides a command line interface; takes text commands as input and shows text based output

what is a shell and what does it do?

11
New cards

text based instructions given to a command line interpreter; yes, by using shell scripts

what are shell commands? can you make new ones? how?

12
New cards

a protocol implemented by client and server for transmitting data securely over a network; an SSH client is a program that implements SSH protocol

what is SSH and how is it different from an SSH client?

13
New cards

text files containing series of shell commands

what is a shell script?