Using execve in C

preview_player
Показать описание
0:03 - Overview
0:49 - execve parameters
2:04 - Processes & execve
2:30 - Code example: executing the ls command
5:26 - Code example: executing a bash script
8:12 - Code example: executing another compiled C program
Рекомендации по теме
Комментарии
Автор

Very nice simple explanation for the execve, thanks a lot

ahmedf
Автор

Can anyone explain the reason why in this case we must use char* as opposed to char?

chrishob