Linux Standard Linux Streams
2K views
Nov 28, 2024
Linux Standard Linux Streams
View Video Transcript
0:00
so here in this video we are going to
0:02
see altogether different kind of files
0:04
which are inbuilt into the Linux
0:06
operating systems
0:07
so this basically all the files will be
0:10
used while we are creating a strip or we
0:12
are coding or creating a program so
0:15
basic we have three type of this framing
0:18
files very first called as stdm
0:21
so this is a standard file where it
0:23
takes the input so once we define the
0:25
input that is called as stdin so if I
0:28
want to define anything inside I'll be
0:30
using this STD n where the description
0:33
of this particular file will be 0
0:35
completely into the Linux operating
0:37
system the next we have that is called
0:39
as STD out so this STD out is forgiving
0:43
the output so whenever we give any
0:45
particular output by using any
0:46
particular program this particular STD
0:49
out file is called by your program so
0:52
that we can get the output and the
0:54
descriptor for this particular file is
0:56
one same way we also have stderr it's
1:01
for the errors now if we have run any
1:04
particular program and there is an error
1:06
of that program or we have defined some
1:09
input into a program you know for
1:11
example if someone has asked for our
1:13
name and we have defined some number in
1:16
two it means we are giving a wrong type
1:18
of data to this particular variable so
1:21
that time it will prompt an error this
1:23
error will be provided or called by the
1:26
macro called as stderr now stderr has a
1:31
descriptor value of 2 so this file is
1:33
called while you are having the error so
1:36
this particular files all be used into
1:38
the programming's which we are going to
1:40
see when we are going to start with your
1:41
shell scripting
#Programming
#Scripting Languages