[msslq]요일 구하기

2013년 08월 25일 golgol 0

Declare @iWeek int –요일 : 1:일요일 2:월요일 3:화요일 4:수요일 5:목요일 6:금요일 7:토요일 Declare @NowDate DateTime — 오늘날짜 Declare @MON int –월 Declare @TUE int –화 […]

Changing File Permissions « WordPress Codex

2013년 08월 22일 golgol 0

참조 : https://codex.wordpress.org/Changing_File_Permissions On computer filesystems, different files and directories have permissions that specify who and what can read, write, modify and access them. This is important […]

[linux] chown (퍼미션) 설정방법

2013년 08월 18일 golgol 0

chown 으로 해당 디렉토리의 소유자를 변경하고 chmod 로 각 디렉토리의 퍼미션을 설정하여 파일의 보안 설정을 높일수 있음.chmod : 파일의 소유자/소유그룹/다른사용자의 파일 권한(읽기/쓰기/실행) 변경chown : 파일의 […]