Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikedelfino
450 days ago
Could you please help me understand why exec is required for this touch example? Is it necessary to actually launch the touch binary? Or touch itself exec()s something else?
1 comments
extraduder_ire
450 days ago
This might be related to needing execute permissions (filesystem x bit) on the directory to modify files within.
link
mikedelfino
450 days ago
Got it. I thought it had to do with execve() syscall.
link