unix shell book

來源:互聯網
上載者:User

1. 基本常識

cat /etc/shell
chsh /bin/tcsh
emacs = vi ?
pdksh
zsh

B C K
PID is 1 not 0

HOME variables是存在passwd裡面的,passwd的最後一個entry是sh.

ps -ef SVR4
ps au for BSD/Linux ps

echo $status
echo $?

EUID   //can be changed, like chown
EGID

real uid/gid  //from passwd file
//owner, root的uid是0
setuid
setgid

有意思,umask預設為000,directory預設是777,file預設是666,兩個相減即可。
比如umask是022,則directory就是755,file就是644.
umask是passwd裡面設定的。

cd - built-in - no fork

file descriptor
0 1 2 assigned

csh比較不常見
一般都沒有csh

pipe實際上也是file discriptor間的操作

 

date --help有兩類,一類是命令協助,一類是用於shell指令碼編寫。

如 data +%H

 

csh可以yum install

 

$1

$#

FINIS

常用regular expressionsescape means switch from one to another^ $beginning of a line enchor doesn't mean word start with it. NOTICE: LINE BEGINNING NOT SENTENCE BEGINNING./< />beginning of word and end of word

其中倒數第二個看不懂,終於懂了在這個命令的時候有用:/1,$/s/([0o]ccur/)ence//1rence/*被叫做wild card..... date +%H可以,但是date + %H就不行2.分類命令2.1 grep

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.