目錄檔案有寫許可權 危險
目錄檔案有寫許可權是很危險的: 因為目錄有寫許可權則意味著別的使用者可以修改目錄的內容。
例如:
[ogg@localhost oracle]$ whoami
ogg
[ogg@localhost oracle]$ ll /home/oracle
-rwxr-xr-x 1 oracle oinstall 2110 Sep 25 20:25 aa.sh --別的使用者對於這個檔案不具有寫許可權
[ogg@localhost oracle]$ ll /home
total 28
drwx------ 3 dmdba dinstall 4096 Jun 5 2013 dmdba
drwx------ 20 iqdb oinstall 4096 Aug 11 00:13 iqdb
drwx------ 3 ogg ogg 4096 Jan 16 2013 ogg
drwxrwxrwx 22 oracle oinstall 4096 Dec 17 16:15 oracle
drwx------ 3 test test 4096 Dec 17 13:07 test
[ogg@localhost oracle]$ cd /home/oracle
[ogg@localhost oracle]$ vi aa.sh
set serveroutput on;
set feedback off;
set linesize 120;
加入
oooooo
之後 :wq!
"aa.sh" 63L, 2117C written
[ogg@localhost oracle]$ cat aa.sh
set serveroutput on;
set feedback off;
set linesize 120;
oooooo
[ogg@localhost oracle]$
[ogg@localhost oracle]$ ll aa.sh
-rwxr-xr-x 1 ogg ogg 2117 Dec 17 16:21 aa.sh --使用者的屬主發生了變化
例如:
[ogg@localhost oracle]$ whoami
ogg
[ogg@localhost oracle]$ ll /home/oracle
-rwxr-xr-x 1 oracle oinstall 2110 Sep 25 20:25 aa.sh --別的使用者對於這個檔案不具有寫許可權
[ogg@localhost oracle]$ ll /home
total 28
drwx------ 3 dmdba dinstall 4096 Jun 5 2013 dmdba
drwx------ 20 iqdb oinstall 4096 Aug 11 00:13 iqdb
drwx------ 3 ogg ogg 4096 Jan 16 2013 ogg
drwxrwxrwx 22 oracle oinstall 4096 Dec 17 16:15 oracle
drwx------ 3 test test 4096 Dec 17 13:07 test
[ogg@localhost oracle]$ cd /home/oracle
[ogg@localhost oracle]$ vi aa.sh
set serveroutput on;
set feedback off;
set linesize 120;
加入
oooooo
之後 :wq!
"aa.sh" 63L, 2117C written
[ogg@localhost oracle]$ cat aa.sh
set serveroutput on;
set feedback off;
set linesize 120;
oooooo
[ogg@localhost oracle]$
[ogg@localhost oracle]$ ll aa.sh
-rwxr-xr-x 1 ogg ogg 2117 Dec 17 16:21 aa.sh --使用者的屬主發生了變化
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25099483/viewspace-1063508/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【LIUNX】目錄或檔案許可權,許可權授予
- Android 中的危險許可權Android
- Lnmp 網站根目錄檔案許可權LNMP網站
- 16.4.目錄檔案與許可權
- Linux檔案與目錄許可權概述Linux
- Linux的檔案許可權與目錄配置Linux
- Linux更改檔案及目錄許可權問題Linux
- umask 和 新建檔案、目錄的預設許可權
- Linux目錄與檔案的許可權意義Linux
- 【linux】給目錄或檔案加i、a許可權Linux
- Linux讀寫執行許可權對目錄和檔案的影響Linux
- 系統目錄或檔案屬組屬主(許可權)
- Linux使用:檔案或目錄的許可權設定Linux
- linux中許可權對檔案和目錄的作用Linux
- Linux - 判斷檔案/目錄是否存在/具有許可權Linux
- Linux 許可權管理之目錄許可權限制Linux
- Linux下Web目錄和檔案安全許可權設定LinuxWeb
- shell判斷檔案,目錄是否存在或者具有許可權【轉】
- 改變檔案或目錄的訪問許可權命令(轉)訪問許可權
- ubuntu 安裝onethink沒有目錄許可權Ubuntu
- Linux 目錄許可權研究Linux
- linux目錄的許可權Linux
- 在Linux中,檔案和目錄的許可權有何作用以及如何修改?Linux
- 網站提示:”會話目錄寫入許可權不足“網站會話
- Linux系統下如何修改檔案或目錄的許可權?Linux
- Linux改變檔案或目錄的訪問許可權命令Linux訪問許可權
- 檔案目錄許可權操作
- linux 檔案許可權 s 許可權和 t 許可權解析Linux
- Vue設定許可權列表目錄Vue
- 帆軟——目錄及許可權配置
- PbootCMS網站提示:”會話目錄寫入許可權不足“boot網站會話
- Linux命令:改變檔案或目錄的訪問許可權(轉)Linux訪問許可權
- Linux檔案讀、寫、執行許可權Linux
- NGINX小技巧–將所有目錄和目錄下所有檔案分別給與不同的許可權Nginx
- jdk7.NIO.2學習筆記之目錄檔案及許可權JDK筆記
- linux學習day02_linux檔案許可權以及目錄配置Linux
- Linux 目錄與許可權詳解Linux
- 沒有目錄建目錄,沒有檔案建檔案