Command Line Interface

10
S Introduction to Command Line - By Karan Garg

description

Command Line Interface Presentation

Transcript of Command Line Interface

Page 1: Command Line Interface

S

Introduction to Command Line

- By Karan Garg

Page 2: Command Line Interface

What is Command Line

An area to get the work done with commands

All text display mode, no GUI allowed

Page 3: Command Line Interface

Awesomeness of CLI

Every GUI Application executes commands at

back-end

Firefox

Nautilus

Page 4: Command Line Interface

Awesomeness of CLI

Multi-user login Tty (consoles) Pts (terminal)

Page 5: Command Line Interface

Awesomeness of CLI

More flexibility and greater number of options

Lesser resources; Higher Speed

Page 6: Command Line Interface

Awesomeness of CLI

Scripting

Especially awesome for remote login

Easy to do

Working on multiple files with a single command

Page 7: Command Line Interface

Directory Structure

Page 8: Command Line Interface

Some basic commands…

man

Ls

Cd

Cp

Mv

Rm

Page 9: Command Line Interface

The important thing is not to stop questioning. Curiosity has its own reason for existing.

What we observe is not nature itself, but nature exposed to our method of questioning.

Doubt is the middle position between knowledge and experience.

I’m interested in people who have lived, who are searching and questioning.

Questions!!

Page 10: Command Line Interface

Thank You