打印

[軟件] Linux (Fedora / CentOS) 點改file權限?

Linux (Fedora / CentOS) 點改file權限?

TOP

回復 1# qcmadness 的帖子

你想FILE 權限 ?
自己定人地先
我地有Chmod chown

你自已可以man 下嘛

linux 新手常用指令 man

TOP

引用:
原帖由 hungjoyee 於 2011-1-28 18:55 發表
你想FILE 權限 ?
自己定人地先
我地有Chmod chown

你自已可以man 下嘛

linux 新手常用指令 man
咁我試下... 話某d folder access唔到

TOP

引用:
原帖由 qcmadness 於 2011-1-28 19:08 發表

咁我試下... 話某d folder access唔到
我比個教學你
因為linux 分咗三個group
有owner group other 三個
我有分read write execute 三個lv
read = 4
write = 2
execute = 1
加埋=7

7= rwx 6=rw 5=rx

比條link 你先

http://linux.vbird.org/linux_basic/0210filepermission.php

TOP

咩料呀apache... 都係唔得

TOP

引用:
原帖由 qcmadness 於 2011-1-28 20:01 發表
咩料呀apache... 都係唔得
用 ls -la check下先

TOP

引用:
原帖由 hungjoyee 於 2011-1-28 19:42 發表


我比個教學你
因為linux 分咗三個group
有owner group other 三個
我有分read write execute 三個lv
read = 4
write = 2
execute = 1
加埋=7

7= rwx 6=rw 5=rx

比條link 你先

http://linux.vbird.org/lin ...
我有本vbird既書

補充下
Apache通常係用nobody或apache身份黎行
要個file俾其他人(i.e. apache/nobody) read得到,就要將個file既other權限改成可以read (i.e. chmod 644 file)
而個file既parent directories,就要允許read同execute先得 (i.e. chmod 755 directory)

如果都仲係唔得,而你係用CentOS/Fedora,有可能係SELinux既問題

TOP

引用:
原帖由 YCST 於 2011-1-29 16:15 發表

我有本vbird既書

補充下
Apache通常係用nobody或apache身份黎行
要個file俾其他人(i.e. apache/nobody) read得到,就要將個file既other權限改成可以read (i.e. chmod 644 file)
而個file既parent directori ...
如果佢記得的話...SELinux 應該關掉了

TOP