Time of Update: 2014-10-10
標籤:linux 許可權 如果你在linux下用過ls,細心的你會發現目錄竟然有可執行許可權!如:drwxrwxr-x 11 cl cl 4096 9月 25 14:22 ./drwxr-xr-x 49 cl cl 4096 10月 10 16:00 ../drwxrwxr-x 5 cl cl 4096 9月 23 10:58 algorithm/drwxrwxr-x 2 cl
Time of Update: 2014-10-10
標籤:style color io os 使用 ar strong 檔案 sp ls
Time of Update: 2014-10-10
標籤:style http color io os 使用 ar for strong date命令的協助資訊 [root@localhost source]# date
Time of Update: 2014-10-10
標籤:linux連結檔案連結檔案:為原檔案提供多個訪問路徑。ln [-s] src linkfile 永久連結:不能跨分區, 不能對目錄建立永久連結 永久連結會改變檔案被連結的次數 永久連結檔案跟原檔案同一個inode,即指向的是同一個檔案。
Time of Update: 2014-10-10
標籤:linux 作業系統 進程 fork 一、linux進程linux是一個多使用者多任務的作業系統。多使用者是指多個使用者可以在同一時間使用電腦;多任務是指linux可以同時執行幾個任務。進程簡單來說就是運行中的程式,Linux系統的一個重要特點是可以同時啟動多個進程。根據作業系統的定義:進程是作業系統資源管理的最小單位。1.Linux進程的概念進程是一個動
Time of Update: 2014-10-10
標籤:style blog http color io os 使用 ar for 《Windows Azure Platform
Time of Update: 2014-10-10
標籤:des http io os ar for strong sp art 參考http://www.thomas-krenn.com/en/wiki/Linux_I/O_Performanc
Time of Update: 2014-10-10
標籤:style blog http color io os 使用 ar strong
Time of Update: 2014-10-11
標籤:password continue occurred system without checking root filesystem/dev/sdb5 contains a file system with errors, check forced/dev/sdb5:Unattached inode
Time of Update: 2014-10-11
標籤:伺服器 linux 戴爾 網卡 今天有兩台戴爾2U伺服器,需要上架。上架前,老大讓我將兩個網卡配置上IP,網卡1是專線IP10.xx.xx.57,網卡2是內網IP192.168.1.157。交代我時,還說配上Linux的靜態路由,於是我就開始配置了:eth0:DEVICE=‘eth0‘IPADDR=10.XX.XX.57NETMASK=255.xxx.xx
Time of Update: 2014-10-11
標籤:raid基本知識前言:磁碟管理對於一個營運工程師來說是很重要的。如何管理好資料,那麼離不開Raid。內容:1.常用的Raid的類型:Raid0 (條帶) 650) this.
Time of Update: 2014-10-11
標籤:linux 檔案夾 touch linux 檔案建立命令 我們經常性的要建立一些文檔來新增內容或者建立檔案目錄來把檔案進行整理歸類,所以我們有必要先把建立的命令熟悉,linux檔案建立命令基本有如下這些: mkdir rmdir &
Time of Update: 2014-10-11
標籤:http io os 使用 ar for 資料 sp div http://www.ibm.com/developerworks/cn/linux/l-ipmi/1.簡介IPMI(Inte
Time of Update: 2014-10-10
標籤:http os 使用 ar for 檔案 sp div on CentOS安裝Axel:目前yum源上沒有Axel,我們可以到http://pkgs.repoforge.org/axel/
Time of Update: 2014-10-10
標籤:linux 讀書筆記 磁碟 檔案系統 這篇文章主要總結在Linux作業系統中管理我們的硬碟和檔案系統所需要用到的命令。當我們在系統中增加了一塊硬碟,我們需要經曆哪些步驟才能真正使用這塊硬碟呢?大致可以分為以下步驟:(1)對磁碟進行分區,建立可以使用的分區;(2)對分區進行格式化,將分區格式化為我們作業系統能夠使用的檔案系統;(3
Time of Update: 2014-10-10
標籤:touch mkdir rm 一、目的 本文將介紹linux下建立檔案或目錄、刪除檔案或目錄命令。 touch可以建立檔案,mkdir用來建立目錄;rm用來刪除檔案或目錄。 本文將選取ubuntu14.04發行版做為描述基礎。二、
Time of Update: 2014-10-11
標籤:style blog http io os 使用 ar 檔案 資料 一 下載工具1. subversion-1.6.17.tar.gz2.
Time of Update: 2014-10-10
標籤:style color io os 使用 ar strong 檔案 sp 2014-10-10ps -ef|grep *** 可以尋找包含***名稱的進程netstat
Time of Update: 2014-10-10
標籤:blog http 使用 sp 問題 log 代碼 linux ef 一直纏繞的兩個問題:怎樣標識的核心棧與使用者棧?如何在核心態堆棧與使用者態堆棧之間切換?
Time of Update: 2014-10-11
Linux rm刪除大批量檔案,linuxrm在使用rm刪除大批量檔案時,有可能會遭遇“參數列太長”(Argument list too long)的問題。如下所示 [oracle@DB-Server bdump]$ rm -v epps_q001_*-bash: /bin/rm: Argument list too long查看總共有多少個這類檔案,如下所示,總共有8348個檔案[oracle@DB-Server bdump]$ ls -lrt epps_q001_* | wc