¸®´ª½º(Æäµµ¶ó) »ï¹Ù·Î °øÀ¯ À©µµ¿ì¿¡¼ ÆÄÀÏ ¼öÁ¤ÇÏ°í ÀúÀåÇϸé...
smb.conf (9.7K), Down : 2, 2013-07
smbusers (120byte), Down : 2, 2013-07
리눅스(페도라) 삼바로 공유하고 윈도우(7)에서 파일 수정하고 저장하면...
파일 권한이 실행 파일로 변경됩니다.
[typark@quopin temp]$ ls -la
total 8
drwxrwxr-x 2 typark typark 4096 2013-07-17 20:50 .
drwx------ 32 typark typark 4096 2013-07-17 20:48 ..
-rw-rw-r-- 1 typark typark 0 2013-07-17 20:50 testfile
[typark@quopin temp]$ ls -la
total 12
drwxrwxr-x 2 typark typark 4096 2013-07-17 20:50 .
drwx------ 32 typark typark 4096 2013-07-17 20:48 ..
-rwxrw-r-- 1 typark typark 5 2013-07-17 20:50 testfile
total 8
drwxrwxr-x 2 typark typark 4096 2013-07-17 20:50 .
drwx------ 32 typark typark 4096 2013-07-17 20:48 ..
-rw-rw-r-- 1 typark typark 0 2013-07-17 20:50 testfile
[typark@quopin temp]$ ls -la
total 12
drwxrwxr-x 2 typark typark 4096 2013-07-17 20:50 .
drwx------ 32 typark typark 4096 2013-07-17 20:48 ..
-rwxrw-r-- 1 typark typark 5 2013-07-17 20:50 testfile
변경되지 않게 할 수 있는 방법이 없을까요?
추가 : 리눅스에 있는 파일을 윈도우로 복사 후 다시 리눅스로 복사해도 파일 권한이 실행 권한으로 변경되네요.
°¨»çÇÕ´Ï´Ù.
[typark]
comment = typark
path = /home/typark
read only = no
; browseable = yes
valid users = typark
create mask = 0664
force create mode = 0
security mask = 0777
force security mode = 0
directory mask = 0775
force directory mode = 0
directory security mask = 0777
force directory security mode = 0
¸®´ª½º ½Ã½ºÅÛ °ü¸®ÀÚ ÇϽøé ÀßÇϽǵí..^^