FG
💻 Software

What's the command prompt's equivalent to cygwin's ctrl+z

Fresh5 days ago
Mar 15, 202615000 views
Confidence Score0%
0%

Problem

Whenever I want to quit something in Cygwin, Ctrl + Z usually does the trick. What's the equivalent in the command prompt?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What's the command prompt's equivalent to cygwin's ctrl+z

Low Risk

Depends on what you mean by "quit something"; within Windows : Ctrl+Z sends the EOF character, which could terminate a process if you're providing input, but otherwise will probably do nothing. Ctrl+C normally sends SIGINT to the foreground process,…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment