ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Thank you sir and please make videos on cpu scheduling algorithms like for FCFS,SJF etc.
solution for Q2 for exercise given on your web page? Q2. Write a program using open() system call to copy the contents of one file into another file.
very good explanation
Thanks.. Share among your friends
Can we use libraries of linux like in ubuntu for windows
Yes
Awesome Content. Thank you :)
Such grt vdos ❤
The auto generated English captions are hilarious. But unfortunately, I can't use sound right now and I have no clue what's being said
Test.txt is showing no such directory found. I created that file in document file
Plz make vedio in close system call
close(fd)where fd is the file descriptor.. The use of close system call is to close the file pointed to by the file descriptor fd
@DexTutor Why doesn't it have subtitles in Spanish?
No idea :-)
Thanks a lot for your video. Could you please explain, what does 0642 in open("target",O_CREAT|O_WRONLY,0642); means?
These are the permissions on the file. 6 (read and write) for user, 4(read) for group and 2(write) for others. You can give any permissions you want. For details on permissions refer th-cam.com/video/wKZH-7P7YZE/w-d-xo.html
@@dextutor Thank you so much for your explanation :))
if we don't have any existinh file how we create it ?
You can use the touch command or any editor. Just watch this videoth-cam.com/video/t5CqOY7eTQI/w-d-xo.html
How does content of file is saved in buf if we haven't assign it
The file descriptor of the file is passed as first argument in the read() system call
@@dextutor so basically it points towards the file and buff is used as memory
what is the purpose of 0 in 0642?
That bit can be used to set user-id, group-id or sticky bit
I am facing an error undeclared o_rdonly how to fix this even i have included all the libraries
Use All Caps.. Or share the code so that i can check
@@dextutor ok i will send you tomorrow
@@dextutor i used CAPS
How can i share code with you
dextutor@gmail.com
Thank you sir and please make videos on cpu scheduling algorithms like for FCFS,SJF etc.
solution for Q2 for exercise given on your web page?
Q2. Write a program using open() system call to copy the contents of one file into another file.
very good explanation
Thanks.. Share among your friends
Can we use libraries of linux like in ubuntu for windows
Yes
Awesome Content. Thank you :)
Such grt vdos ❤
The auto generated English captions are hilarious.
But unfortunately, I can't use sound right now and I have no clue what's being said
Test.txt is showing no such directory found. I created that file in document file
Plz make vedio in close system call
close(fd)
where fd is the file descriptor.. The use of close system call is to close the file pointed to by the file descriptor fd
@DexTutor Why doesn't it have subtitles in Spanish?
No idea :-)
Thanks a lot for your video. Could you please explain, what does 0642 in open("target",O_CREAT|O_WRONLY,0642); means?
These are the permissions on the file. 6 (read and write) for user, 4(read) for group and 2(write) for others. You can give any permissions you want. For details on permissions refer th-cam.com/video/wKZH-7P7YZE/w-d-xo.html
@@dextutor Thank you so much for your explanation :))
if we don't have any existinh file how we create it ?
You can use the touch command or any editor. Just watch this video
th-cam.com/video/t5CqOY7eTQI/w-d-xo.html
How does content of file is saved in buf if we haven't assign it
The file descriptor of the file is passed as first argument in the read() system call
@@dextutor so basically it points towards the file and buff is used as memory
what is the purpose of 0 in 0642?
That bit can be used to set user-id, group-id or sticky bit
I am facing an error undeclared o_rdonly how to fix this even i have included all the libraries
Use All Caps.. Or share the code so that i can check
@@dextutor ok i will send you tomorrow
@@dextutor i used CAPS
How can i share code with you
dextutor@gmail.com