Time of Update: 2014-11-28
標籤:添加帳號系統內容centos6.5[[email protected] wang]# uname -r2.6.32-431.el6.i686正式添加帳號:[[email protected] /]# useradd wang #添加使用者wang[[email
Time of Update: 2014-11-28
標籤:style blog http io ar color os 使用 sp 一、問題問題很簡單,看下面一段tmp.sh代碼:#!/bin/shx="this is the initial
Time of Update: 2014-11-29
標籤:shell sed linux 1.在命令列定義編輯器命令命令格式 sed options script filesed不會修改文字檔的資料,他只會將修改後的資料發送到STDOUT。2.在命令列上使用多個編輯器命令將命令放在一個檔案中3.s命令使用替換標記.數字代表新文本將替換第幾處模式比對的地方.g,替換所有的。p,原來的內容列印出來。w file,將替換的結果寫到檔案。-
Time of Update: 2014-11-28
標籤:des style io ar color os sp 檔案 on 最近在shell中想調用MySQL的語句查詢結果,卻出現了一個令人詫異的結果這是MySQL中的表資料在這個表中存了一條s
Time of Update: 2014-11-25
標籤:date####################################################################### Copyright C 2014 ## All rights reserved ## Name: yestoday.sh# Author: Canux [email protected] ## Version: V1.0 ## Time: Wed 12 Nov 2014 04:37:37 PM CST# Description:
Time of Update: 2014-11-25
標籤:blog for on 2014 log 時間 as python file 如果跟shell指令碼打交道,遍曆一個時間範圍是很常見的事情,那麼今天就跟大家分享一下:#!/usr/bin/
Time of Update: 2014-11-28
標籤:shell ubuntu bash gnu linux 上篇文章只要是講了Linux一些基本概述。 我們這次開始打好命令列操作的基礎,以後再靠一些圖形化的操作來提升我們的工作效率。
Time of Update: 2014-11-26
標籤:style io ar color os 使用 sp for strong shell的邏輯運算子
Time of Update: 2014-11-24
標籤:style blog http io ar os sp strong 檔案 之前寫過一篇文章,用shell定時清除到期檔案《shell定時清除到期檔案》,其實用的就是簡單的find命令後面
Time of Update: 2014-11-24
標籤:shell linux 條件判斷1. 退出狀態 在Linux系統中,每當一條命令執行完成後,系統都會返回一個退出狀態,這個狀態被存放在$? 這個變數中,是一個整數值,我們可以根據這個值來判斷命令啟動並執行結果是否正確。
Time of Update: 2014-11-26
標籤:shall zookeeper 叢集 本例中主節點的主機名稱為的master,從節點的主機名稱分別是slave1,slave2,slave3,使用者名稱為hadoop,使用的zookeeper版本為zookeeper3.4.5。在root下運行如下指令碼可以實現Zookeeper叢集的快速搭建。在安裝之前確保主機之間能夠相互連信,修改好主機名稱,本次試運行一個shall指令碼完成3台主機的zookeeper安裝。shall指令碼代碼如下650)
Time of Update: 2014-11-26
標籤:style ar 使用 sp on bs amp as size 引號的作用1 雙引號(“”)1)使用””可引用除字元$(貨幣符號
Time of Update: 2014-11-26
標籤:linux tomcat shell 服務 1、下載tomcat 從http://tomcat.apache.org/download-70.cgi連結下載linux版本(tar.gz)2、解壓,上傳及賦許可權
Time of Update: 2014-11-26
標籤:檔案 div cti 時間 資訊 br shell ie create 所有檔案都有3個時間資訊,儲存在檔案系統中atime (Access time)是檔案最後一此讀的時間
Time of Update: 2014-11-26
標籤:shell遠程拷貝指令碼#!/bin/bashtext=‘host_list‘line=`awk ‘1‘ host_list|wc -l`for((i=1;i<=$line;i++))do ip=`awk ‘NR==‘$i‘{print $1}‘ $text` &
Time of Update: 2014-11-24
標籤:style blog ar color sp for strong on div Shell編程一. for迴圈 產生列表
Time of Update: 2014-11-28
linux (centos) 安裝tomcat (用shell指令碼安裝為服務),centostomcat1、下載tomcat 從http://tomcat.apache.org/download-70.cgi連結下載linux版本(tar.gz)2、解壓,上傳及賦許可權 解壓,用WinSCP把解壓的安裝檔案上傳到/home/software/tomcat目錄 並用
Time of Update: 2014-11-27
shell-find錯誤解析之前寫過一篇文章,用shell定時清除到期檔案《shell定時清除到期檔案》,其實用的就是簡單的find命令後面同事採用之後,他調試指令碼的時候,出現了幾個錯誤,我做了整理:1.find: paths must precede expression: exec運算式不完整,在exec之前加一個執行符號“-”,就好了2.find: missing argument to `-exec'根據提示,錯誤的參數-exec,其實是提示你運算式錯誤了原本語句是這樣的“find /
Time of Update: 2014-11-26
linux真正使用shell指令碼做定時任務 關鍵的Nohup,shellnohup網上有很多的文章教大家使用定時任務,所以別的廢話我就不多說了我這裡直接有SH來做定時,只是有一點大家不知道,一定要用Nohup,否則使用者退出終端以後,SH任務會被自動終止掉假設有一 tash.sh,注意以下,都是精華啟動是:nohup /home/spex/bin_prodDemo/task.sh
Time of Update: 2014-11-25
shell-find錯誤解析,shell-find解析之前寫過一篇文章,用shell定時清除到期檔案《shell定時清除到期檔案》,其實用的就是簡單的find命令後面同事採用之後,他調試指令碼的時候,出現了幾個錯誤,我做了整理:1.find: paths must precede expression: exec運算式不完整,在exec之前加一個執行符號“-”,就好了2.find: missing argument to