What is full name of fcntl Unix/Linux system call

Multi tool use
What is full name of fcntl Unix/Linux system call
Man page of fcntl
tell its used for manipulating file descriptors. But this name is not easy to remember. Knowing its full name will help in remember this system call name and its use. I tried to find on internet but could not get anything except man pages.
fcntl
Please someone tell what is full name or origin of name of fcntl.
1 Answer
1
From POSIX, it is File Control:
NAME
fcntl
- file control
fcntl
There is a related system call, ioctl
, i.e. Input-Output Control. The difference between the 2 is that fcntl
modifies the file descriptor / file description, whereas ioctl
controls behaviour of the input/output device behind the file description.
ioctl
fcntl
ioctl
fcntl
fctl
fctrl
It's the one that sounds the most like it was written in Nahuatl with vowels omitted.
– Antti Haapala
Nov 27 '17 at 18:51
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Now, you just have to remember if it's
fcntl
,fctl
orfctrl
:p– ikegami
Nov 27 '17 at 18:45