What is Ken referring to? Is there a "creat" command?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from stackoverflow.com Apr 8 '11 at 10:00
|
It's a Unix system call that creates a file: At a Unix shell prompt, type |
|||||||||
|
|
Not only he refers to |
|||||||||
|
|
It refers to the UNIX system call to create new files. Linkers on some machines were limited to identifiers of at most 6 characters. Apparently, Ken had to work with such a linker and hence the create system call was shortened to creat to match this limitation. The irony is that create does too. See also, question 682719 |
|||||
|