Linux 操作筆記

林彥良
Oct 29, 2020

unzip file:

gunzip file_name

Copy file to directory:

cp file_name target_directory

Show all file summary in current path:

ll

Create new file folder in directory: (also available in windows)

mkdir folder_name

Communication with remote server:

via Putty

Connection: type the IP and connect -> enter user account and pwd

Upload files:

--

--