Linux3 DIR check ref 보호되어 있는 글 입니다. 2022. 3. 21. shell 다른 머신으로 파일보내기(로그인 포함) #!/bin/bash TARGET_ITEM_0="./test.txt" SERV_USER="myID" #input server account SERV_IPADD="192.168.0.1" #input server address SERV_PATH="/home/account/path/" #output pathin ServerPC SERV_PASSWD="mypasswdset" #input server password #COPY_LIST_0="./advancedFeatures.ini ./system/build.prop ./cache.img ./config.ini ./encryptionkey.img ./kernel-ranchu ./ramdisk.img" #COPY_LIST_1="./super.img ./system-.. 2022. 3. 21. Paging 설명 lecture 9: memory1. goalStore processes into memory in an efficient way. Efficient in two ways space efficiency : no waste of memory spacespeed efficiency : fast access (address => physical location in memory)2. basic solution (paging) process = sequence of pagesmemory = sequence of page framesstore the pages of a process in empty page frames of the memoryremember the location of each page in a .. 2015. 10. 1. 이전 1 다음