Georgia Institute of TechnologyEAS Computing

The Information Systems Group provides computing support for faculty, staff and students of EAS.

alt tag for image
INFO
FAQS

 

  • How can I copy files to or from a Linux/ Unix server? 

    To access files from the Unix and Linux based servers in the EAS you should use a secure ftp client, WinSCP client (Windows systems), or Fugu client (Mac systems).

    How do I use a sftp client on a Linux/ Unix machine?

    By typing: "sftp [username]@[server name]" a connection will be established

    How do I change my password on the EAS servers? 

    If you log into vorlon.eas.gatech.edu, using SecureCRT, you can change your password.

    To change your password on a Unix or Linux machine, open a secure shell session to the server you wish to make the modification to. At the UNIX prompt type "passwd" and press enter. The system will ask you for your current password, then for your new password twice. (Your typing will not show up on the screen).

    Passwords must be between 7 and 23 characters, not related to a dictionary word, and contain at least one non-alphabetical character (i.e. a number or special character).

    When you have successfully changed your password, the system will tell you that "authentication tokens updated successfully". You can then logout of the server by typing "logout" and pressing enter.

    How do I connect to Linux / Unix servers?

    To login to the Unix and Linux based servers in EAS you should use an SSH client which can be likened to a secure telnet client.

    For Windows based machines a software package such as SecureCRT or Putty should be used.
    For Macintosh based machines, Fugu is your software.
    For Unix and Linux machines, type "ssh [username]@[server name]" a connection will be established.

    How do I undelete a file under Linux / Unix?

    Unless there is a backup (done by yourself or ISG) there is no way to recover a file which has been deleted. Unlike Windows, UNIX does not provide a "trash can" to restore deleted files.

     

  •