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 >
Text File  |  2005-04-14  |  225b  |  6 lines

  1. #!/bin/sh
  2. # cygwin su -- cygwin does not support this, so print a helpful error message
  3. echo "su: Not supported on Cygwin. Use another technique to change user id
  4. temporarily, such as Windows RunAs or Cygwin OpenSSH."
  5. exit 1
  6.