Unix shell book

Source: Internet
Author: User

1. Basic Knowledge

CAT/etc/Shell
CHSH/bin/tcsh
Emacs = Vi?
Pdksh
Zsh

B C K
PID is 1 not 0

Home variables exists in passwd, And the last entry of passwd is 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. The root uid is 0.
Setuid
Setgid

Interestingly, umask is 000 by default, directory is 777 by default, and file is 666 by default. You can subtract two values.
For example, if umask is set to 022, directory is set to 755, and file is set to 644.
Umask is set in passwd.

CD-built-in-no fork

File descriptor
0 1 2 assigned

CSH is uncommon
Generally, no CSH is available.

PIPE is actually an operation between file discriptor.

 

Date -- help has two types: Command help and shell script.

For example, data + % H

 

CSH supports Yum install

 

$1

$ #

Finis

Common 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

The second to the last one does not understand, and finally understands this command:/1, $/S/([0o] ccur /) ence // 1 rence/* is called wild card ..... date + % H is acceptable, but date + % H is not acceptable. classification command 2.1 grep

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.