dongmin4052 2013-10-14 10:11
浏览 27
已采纳

谁是ftp文件权限中的“其他人”?

E. g. Wordpress suggests as default permission '644' for its 'wp-config.php'.

I assume (but not know) that this setting grant all users ->known on the server<- at least read permissions.

I further assume that the term 'others' do not include an arbitrary user who access my side via http(?).

Background: I have a php script with access to an api service and which contains sensitive api login credentials. I'm now puzzled if anybody with internet access could read this data inside my script if I use 644 for it??

  • 写回答

1条回答 默认 最新

  • dqyknf4423 2013-10-14 10:13
    关注

    This permissions are related to local system users, not website visitors.

    First number is for file owner, second for owner group and the last one is for all other users that not belong to owner group.

    6 allows writing to file, 4 only read from it.

    And to answer your last question, only user from server will be able to read that file. Not everyone that visits website (unless server will not parse php because of some configuration errors).

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 关于php中URL传递GET全局变量的问题
  • ¥15 怎么改成循环输入删除(语言-c语言)
  • ¥15 安卓C读取/dev/fastpipe屏幕像素数据
  • ¥15 pyqt5tools安装失败
  • ¥15 mmdetection
  • ¥15 nginx代理报502的错误
  • ¥100 当AWR1843发送完设置的固定帧后,如何使其再发送第一次的帧
  • ¥15 图示五个参数的模型校正是用什么方法做出来的。如何建立其他模型
  • ¥100 描述一下元器件的基本功能,pcba板的基本原理
  • ¥15 STM32无法向设备写入固件