home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 December (Special)
/
PCWorld_2005-12_Special_cd.bin
/
Bezpecnost
/
lsti
/
lsti.exe
/
framework-2.5.exe
/
su
< prev
next >
Wrap
Text File
|
2005-04-14
|
225b
|
6 lines
#!/bin/sh
# cygwin su -- cygwin does not support this, so print a helpful error message
echo "su: Not supported on Cygwin. Use another technique to change user id
temporarily, such as Windows RunAs or Cygwin OpenSSH."
exit 1