Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
Cygwin: Specialized notes


1. Cygwin: Specialized notes
Note: Most students do not need these notes. They are for specialized issues.
This is a collection of notes on Cygwin that was updated on 2020-03-13. Cygwin is used in the classroom in KEC 119 for CS 101 and CS 496.

See also:

2. Sudo in Cygwin
Note: There is no sudo command in Cygwin. To get such access, run Cygwin under Administrator privileges. One way is to right-click on the Cygwin icon and select that option.

3. Unknown user and group
Sometimes files and/or folders are created with the attributes unknown+user and/or unknown-group. One way to fix the settings are as follows.
cd /home/Robin chown -R Robin:None *


4. netpbm
Note: For certain graphics capabilities (e.g., pbmcrop.exe), the netpbm package is needed.

5. End of page