kernel_perspective (@unix_byte) 's Twitter Profile
kernel_perspective

@unix_byte

Vintage Unix news. Book "Understanding Linux: The Kernel Perspective" leanpub.com/linuxkernel/

ID: 947360317247430656

calendar_today31-12-2017 06:54:35

236 Tweet

8,8K Followers

141 Following

kernel_perspective (@unix_byte) 's Twitter Profile Photo

Where is it defined that "." denotes the current working directory? Does the C language understand this convention? The answer is no—C's chdir() function simply passes the string to the chdir system call. It is the kernel that interprets "." as the current working directory