[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: screen says "Bad tty" if /dev/console is a symlink



So, do you mean it is good to do realpath() and only then stat() etc.?

CheckTtyname (tty)
{
  <realpath>;
  <check real path>;
}

?


Reply to: