Download presentation
Presentation is loading. Please wait.
Published byCandace Matthews Modified over 9 years ago
1
Preliminary PreparationS for the Training AIST=Innovation 1.WinSCP Installation Download Site: http://winscp.net/eng/download.php 2. Putty.exe file download Download Site: http://www.chiark.greenend.org.uk/~sgtatham/putty/downlo ad.html
2
Logging into the Server Using Putty AIST=Innovation 1. Run putty.exe from your PC HOST: 153.120.126.61
3
AIST=Innovation Logging in to the Server Using Putty login as: cvsu_users password: indang2015 HOST: 153.120.126.61
4
AIST=Innovation Create You Directory in the Server Creating directory to the path: /home/cvsu_users/group_name Group Names group1 group2 group3 group4 group5 $mkdir group_name $chmod 777 group_name Command:
5
Copy Shape Files to the Server Using WinSCP AIST=Innovation 1. Run WinSCP HOST: 153.120.126.61
6
AIST=Innovation LINUX OS Based Server Directory Structure
7
Copy Shape Files to the Server Using WinSCP AIST=Innovation Path: /home/cvsu_users/training_materials/day1
8
Download Your Training Guides Path: /home/cvsu_users/training_materials/day1 AIST=Innovation
9
Linux OS Based Server File’s URL Determination URL Format: http://hostname or IP Address/path after the html directory At the HTML Folder /var/www/html/ e.g. Hostname: www.vsu.edu.ph Filelocation: /var/www/html/webgis/index.html URL: http://www.vsu.edu.ph /webgis/index.html e.g. IP Address: 153.120.126.61 Filelocation: /var/www/html/webgis/index.html URL: http:// 153.120.126.61 /webgis/index.html
10
AIST=Innovation Linux OS Based Server File’s URL Determination URL Format: http://hostname or IP Address/cgi-bin/path after the cgi- bin directory At the cgi-bin Folder e.g. Hostname: www.vsu.edu.ph Filelocation: /var/www/cgi-bin/wms/phivolcs_wms URL: http://www.vsu.edu.ph/cgi-bin/wms/phivolcs_wms e.g. IP Address: 153.120.126.61 Filelocation: /var/www/cgi-bin/wms/phivolcs_wms URL: http:// 153.120.126.61 /cgi-bin/wms/phivolcs_wms
11
AIST=Innovation LINUX File/Folder Permission/Rights Numeric Representation 4-> Read 2-> Write 1 -> Execute Levels: 4 - > Read only 6 (4+2) - > Read and write but can’t execute 5 (4+1) - > Read and execute but can’t change the file 1 - > Only execute 7 (4+2+1) -> All privileges. Read, write and execute.
12
AIST=Innovation LINUX File/Folder Permission/Rights Owner Group EverybodyPermission 7 5 1 751 7 7 7 777 Normally represented by 3 digit number representing the permission of the owner, group and the whole world (Everybody). Set by the command chmod: e.g. $chmod 751 /var/www/cgi-bin/my_wms/vsu_wms $chmod 777 /var/www/cgi-bin/my_wms/vsu_wms 4 - > Read only 6 (4+2) - > Read and write but can’t execute 5 (4+1) - > Read and execute but can’t change the file 7 (4+2+1) -> All privileges. Read, write and execute. 1 - > Only execute
13
AIST=Innovation LINUX File/Folder Permission/Rights
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.