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