Thursday, 18 August 2016

Server Software:putty (day 7)

putty(putty.exe):

putty tool is used to connect from windows 2007 enterprise edition to linux ubuntu server.

Commands on linux machine:
  • pwd - to see the current directory
  • ls - list of folders in current directory
  • mkdir name_of_folder - to create a folder in current directory
  • cd name_of_folder - to go inside the name_of_folder
  •  vi file.txt - to create a text file
  • ls -ltr - to see mode(read or write) and who created the file 
  • chmod 777 file.txt - to change the mode of a file
Host means IP address
SFTP - secured file transfer protocol
FTP - file transfer protocol

FILEZILLA is a tool  used to transfer files from local machine  to linux machine.

PSCP.EXE & PSFTP.EXE are used to transfer files from our local machine to remote machine.
PUTTYGEN.EXE is used for authentication and authorization purpose.
PLINK.EXE & PAGEANT.EXE are used to connect linux.



No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.