61
Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture 1 Saurabh Barjatiya International Institute Of Information Technology, Hyderabad 26 July, 2011 Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Filesystem and shell

Scripting and Computer Environment - Lecture 1

Saurabh Barjatiya

International Institute Of Information Technology, Hyderabad

26 July, 2011

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 2: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Contents

1 Introduction to filesystemAbout files / directoriesWorking with files / directories

2 Introduction to shellShell commands

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 3: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

About files / directories

What is file?

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 4: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

About files / directories

What is file?

What is directory?

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 5: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

About files / directories

What is file?

What is directory?

Windows Drives

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 6: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

About files / directories

What is file?

What is directory?

Windows Drives

Linux root

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 7: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

About files / directories

What is file?

What is directory?

Windows Drives

Linux root

Path

Absolute path

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 8: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

About files / directories

What is file?

What is directory?

Windows Drives

Linux root

Path

Absolute pathRelative path

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 9: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 10: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 11: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Creating / Deleting / Moving directories

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 12: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Creating / Deleting / Moving directories

Information of file size / folder size

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 13: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Creating / Deleting / Moving directories

Information of file size / folder size

Zipping files, Creating .zip, .tar, .tar.gz, .tar.bz2

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 14: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Creating / Deleting / Moving directories

Information of file size / folder size

Zipping files, Creating .zip, .tar, .tar.gz, .tar.bz2

Extracting .tar / .tar.gz / .tar.bz2 les

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 15: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Creating / Deleting / Moving directories

Information of file size / folder size

Zipping files, Creating .zip, .tar, .tar.gz, .tar.bz2

Extracting .tar / .tar.gz / .tar.bz2 les

Explain storage units like bits, bytes, nibble, KB, MB, GB

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 16: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

About files / directoriesWorking with files / directories

Working with files / directories

Creating / Editing / Deleting simple text files using GUI editor

Cut / Copy / Paste text

Creating / Deleting / Moving directories

Information of file size / folder size

Zipping files, Creating .zip, .tar, .tar.gz, .tar.bz2

Extracting .tar / .tar.gz / .tar.bz2 les

Explain storage units like bits, bytes, nibble, KB, MB, GB

Data transfer units bits/sec and storage device specicationunits.

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 17: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Contents

1 Introduction to filesystemAbout files / directoriesWorking with files / directories

2 Introduction to shellShell commands

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 18: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 19: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 20: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

rmdir

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 21: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

rmdir

touch

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 22: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

rmdir

touch

rm, rm -r, rm -f

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 23: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

rmdir

touch

rm, rm -r, rm -f

cd

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 24: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

rmdir

touch

rm, rm -r, rm -f

cd

echo

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 25: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 1

ls, ls -l, ls -a

mkdir, mkdir -p

rmdir

touch

rm, rm -r, rm -f

cd

echo

clear

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 26: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 27: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 28: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 29: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 30: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

cat

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 31: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

cat

more

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 32: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

cat

more

less

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 33: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

cat

more

less

head, head -<number>

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 34: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

cat

more

less

head, head -<number>

tail, tail -<number>

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 35: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 2

gedit (Not shell command, GUI editor)

tree

mv

cp, cp -r, cp -u, cp -p

cat

more

less

head, head -<number>

tail, tail -<number>

wc

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 36: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 37: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 38: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

gzip

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 39: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

gzip

gunzip

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 40: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

gzip

gunzip

bzip2

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 41: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

gzip

gunzip

bzip2

bunzip2

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 42: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

gzip

gunzip

bzip2

bunzip2

zip

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 43: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 3

du, du -s, du -h, du -sh

tar cvf tar xvf

gzip

gunzip

bzip2

bunzip2

zip

unzip

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 44: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 45: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 46: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

apropos

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 47: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

apropos

man, man -aK

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 48: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

apropos

man, man -aK

find

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 49: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

apropos

man, man -aK

find

locate

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 50: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

apropos

man, man -aK

find

locate

grep, grep -v, grep -A<n>, grep -B<n>

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 51: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 4

which

whereis

apropos

man, man -aK

find

locate

grep, grep -v, grep -A<n>, grep -B<n>

cut

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 52: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 53: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 54: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 55: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 56: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

ping

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 57: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

ping

ln, ln -s

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 58: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

ping

ln, ln -s

free, free -m

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 59: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

ping

ln, ln -s

free, free -m

script

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 60: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

ping

ln, ln -s

free, free -m

script

df, df -h

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad

Page 61: Filesystem and shell Scripting and Computer Environment ... · Introduction to filesystem Introduction to shell Filesystem and shell Scripting and Computer Environment - Lecture

Introduction to filesystemIntroduction to shell

Shell commands

Shell commands - 5

w

who

whoami

/sbin/ifconfig

ping

ln, ln -s

free, free -m

script

df, df -h

chmod

Saurabh Barjatiya Filesystem and shell Scripting and Computer Environment - Lecture 1 IIIT Hyderabad