Home / Computer Science / Unix & Linux Basics :: Discussion

Discussion :: Unix & Linux Basics

  1. If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use

  2. A.

     tty ^c

    B.

     stty intr ^c

    C.

     stty echoe

    D.

     stty echo ^a

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment