Trang chủ EDA | Doman - Hosting | Siêu thị trực tuyến

Shell và Linux

Các gói ứng dụng máy chủ và mạng: LDAP, OPENLDAP, BIN9... Bảo mật trong Linux ...

Điều hành viên: Phan Quốc Hiên

Shell và Linux

Gửi bàigửi bởi admin » Thứ 7 17 Tháng 5, 2008 8:45 am

Hầu hết khi bắt đầu lập trình UNIX hay Linux bằng C hoặc các ngôn ngữ biên dịch, trước tiên chúng ta nên tiếp cận và tìm hiểu cách làm việc của Shell. Trong bài viết này tôi sẽ giới thiệu đến các bạn cách thức hoạt động của Shell tương tác với Kernel của hệ điều hành Linux.

Hệ điều hành thường cung cấp các hàm hay dịch vụ để chương trình ứng dụng triệu gọi. Bạn với tư cách là nhà lập trình phải hiểu tường tận những dịch vụ này để tạo nên các chương trình hữu ích và thân thiện với người dùng hơn. Chương trình của bạn thường nhằm mục đích tự động hóa các thao tác tính toán, tổ chức xử lý dữ liệu với khối lượng lớn. Để triệu gọi được các hàm hệ thống của hạt nhân, ngoài việc xây dựng các chương trình và biên dịch chúng ra mã nhị phân (file thực thi) để HĐH triệu gọi, hệ điều hành(HĐH) còn cung cấp cho bạn khả năng giao tiếp với Kernel thông qua trình biên dịch trung gian, đó là Shell. Shell rất thân quen với các bạn trong môi trường DOS, đó chính là tập lệnh command.com có thể dịch các lệnh như copy, del, thành các lời triệu gọi DOS cấp thấp.

Ngoài ra DOS còn cung cấp cho bạn cách điều khiển tự động hóa hệ điều hành bằng các lệnh Batch trong tập tin .BAT. Mặc dù vậy các lệnh điều khiển của file .BAT trong DOS rất hạn chế và không tận dụng được triệt để hết các tính năng của hệ thống. Linux trái lại cung cấp cho các bạn các Shell cứng nhắc và qui định sẵn. csh, bash là các Shell điển hình trong Linux có thể diễn dịch và cho phép người dùng lập trình script dưới dạng ngôn ngữ C rất uyển chuyển. Hình 1.1 là mô hình tương tác giữa Shell, chương trình ứng dụng, hệ X-Window và hạt nhân Linux.

Hình 1.1 Mô hình tương tác giữu kernel Linux và Shell.

Hình ảnh

Hãy bắt đầu bằng lập trình Shell. Chúng đơn giản, mạnh mẽ và giúp ích rất nhiều cho lập trình viên khi tiếp cận với những công cụ phát triển ứng dụng trên hệ điều hành Linux sau này. Ngôn ngữ của Shell cũng là ngôn ngữ bạn thường xuyên phải sử dụng nhất để điều khiển Linux.

Linux cũng như UNIX tách biệt các ứng dụng hoặc lệnh triệu gọi kernel thành những đơn thể rất nhỏ. Tuy nhiên, nhiều lệnh của Linux có thể kết hợp lại với nhau để tọa nên chức năng tổng hợp rất mạnh mẽ. Ví dụ: $ ls -al | more, lệnh này được kết hợp bằng hai lệnh, ls liệt kê toàn bộ danh sách file và directory trên đĩa ra màn hình, nếu danh sách quá dài, ls chuyển dữ liệu kết xuất cho lệnh more xử lý hiển thị kết quả thành từng trang màn hình. Linux có cách kết hợp dữ liệu kết xuất của các lệnh với nhau thông qua cơ chế chuyển tiếp (redirect), ống dẫn (pipe).

Kết hợp các lệnh với nhau chỉ bằng dòng lệnh không chưa đủ. Nếu bạn muốn tổ hợp hơn 20 lệnh của Linux đồng thời với nhau và tùy vào từng điều kiện, kết xuất của lệnh mà có những ứng xử thích hợp thì sao? Bạn phải dùng đến các cấu trúc lập trình rẽ nhánh như if, case. Trường hợp bạn muốn thực hiện các thao tác lập trình bạn phải dùng các lệnh như for, while... Shell chính là trình biên dịch cung cấp cho bạn khả năng này. Hầu hết các Shell trong Linux sử dụng một ngôn ngữ gần giống với C (điều này cũng dễ hiểu bởi trong thế giới Linux và UNIX hầu như chỉ có C là ngôn ngữ lập trình thống trị. Ngôn ngữ Shell càng giống C thì lập trình viên hay người điều khiển Linux càng cảm thấy thân thiện với HĐH).

Shell dịch các lệnh mà bạn nhập vào thành lời gọi hệ thống, chuyển các ký hiệu dẫn hướng >, >> hay | thành dữ liệu di chuyển giữa các lệnh. Đọc các biến môi trường để tìm ra thông tin thực thi lệnh. Linux cung cấp cho bạn rất nhiều chương trình Shell. Mở rộng ngôn ngữ kịch bản dùng lập trình Shell... tuy nhiên chúng không khác nhau mấy. Một khi đã quen thuộc với một Shell và cách hoạt động của chúng bạn hoàn toàn có thể làm chủ được các Shell khác một cách dễ dàng:

- Sh (Bourne): Shell nguyên thủy áp dụng cho UNIX.

- Csh, tcsh và zsh: Shell sử dụng cấu trúc lệnh của C làm ngôn ngữ script. Được tạo ra đầu tiên bởi Bill Joy. Là Shell nổi tiếng và thông dụng thứ hai sau shell bash.

- Bash: là Shell chủ yếu của Linux. Ra đời từ dự án GNU. Bash (Viết tắt của Bourne Again Shell) có lợi điểm là mã nguồn được công bố rộng rãi. Và nếu bash chưa có sẵn trong hệ thống Unix hay Linux thì bạn hoàn toàn có thể download về biên dịch và sử dụng miễn phí tại địa chỉ http://ww.gnu.org.

- RC: Shell mở rộng của csh với nhiều tương thích với ngôn ngữ C hơn. RC cũng ra đời từ dự án GNU.

Chuẩn thường được các nhà phân phối Linux sử dụng hiện nay là bash Shell. Khi cài đặt Linux, trình cài đặt thường mặc định bash là Shell khởi động. Bạn có thể tìm thấy chương trình Shell này trong thư mục /bin với tên chương trình là bash (bạn lưu ý chương trình thực thi của Linux không cần phải mang định dạng .exe như DOS). Bash đôi khi là một chương trình nhị phân (binary), đôi khi là một script gọi đến liên kết nhị phân khác. Bạn có thể dùng lệnh file để xem bash là một tập tin nhị phân hay script như sau: $ file /bin/bash. Nếu kết quả kết xuất là dạng ELF thì có nghĩa là bash là chương trình nhị phân.

Nguồn vnexperts.net
Hình đại diện của thành viên
admin
Quản trị viên
 
Bài viết: 211
Ngày tham gia: Thứ 4 05 Tháng 3, 2008 12:00 am

Re: Shell và Linux

Gửi bàigửi bởi sunflower » Thứ 2 01 Tháng 9, 2008 4:21 pm

Các lệnh hữu hiệu và hay dùng của SSH commands Linux Shell server

Common SSH Commands - Linux Shell Commands
We've put together some of the more frequently used SSH commands or linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide will continue to be updated and should not be considered a complete list of SSH commands or linux shell commands, but commands, we found, often used. If you would like to add to this guide, please email us and let us know.

Common SSH Commands or Linux Shell Commands,
ls : list files/directories in a directory, comparable to dir in windows/dos.
ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file.

cd : change directory • • cd /usr/local/apache : go to /usr/local/apache/ directory
cd ~ : go to your home directory
cd - : go to the last directory you were in
cd .. : go up a directory cat : print file contents to the screen
cat filename.txt : cat the contents of filename.txt to your screen

chmod: changes file access permissions
The set of 3 go in this order from left to right:
USER - GROUP - EVERONE

0 = --- No permission
1 = --X Execute only
2 = -W- Write only
3 = -WX Write and execute
4 = R-- Read only
5 = R-X Read and execute
6 = RW- Read and write
7 = RWX Read, write and execute

Usage:
chmod numberpermissions filename

chmod 000 : No one can access
chmod 644: Usually for HTML pages
chmod 755: Usually for CGI scripts


chown: changes file ownership permissions
The set of 2 go in this order from left to right:
USER - GROUP

chown root myfile.txt : Changes the owner of the file to root
chown root.root myfile.txt : Changes the owner and group of the file to root


tail : like cat, but only reads the end of the file
tail /var/log/messages : see the last 20 (by default) lines of /var/log/messages
tail -f /var/log/messages : watch the file continuously, while it's being updated
tail -200 /var/log/messages : print the last 200 lines of the file to the screen

more : like cat, but opens the file one screen at a time rather than all at once
more /etc/userdomains : browse through the userdomains file. hit Spaceto go to the next page, q to quit

pico : friendly, easy to use file editor
pico /home/burst/public_html/index.html : edit the index page for the user's website.


File Editing with VI ssh commands
vi : another editor, tons of features, harder to use at first than pico
vi /home/burst/public_html/index.html : edit the index page for the user's website.
Whie in the vi program you can use the following useful commands, you will need to hit SHIFT + : to go into command mode

:q! : This force quits the file without saving and exits vi
:w : This writes the file to disk, saves it
:wq : This saves the file to disk and exists vi
:LINENUMBER : EG :25 : Takes you to line 25 within the file
:$ : Takes you to the last line of the file
:0 : Takes you to the first line of the file

grep : looks for patterns in files
grep root /etc/passwd : shows all matches of root in /etc/passwd
grep -v root /etc/passwd : shows all lines that do not match root

ln : create's "links" between files and directories
ln -s /usr/local/apache/conf/httpd.conf /etc/httpd.conf : Now you can edit /etc/httpd.conf rather than the original. changes will affect the orginal, however you can delete the link and it will not delete the original.


last : shows who logged in and when
last -20 : shows only the last 20 logins
last -20 -a : shows last 20 logins, with the hostname in the last field

w : shows who is currently logged in and where they are logged in from.
who : This also shows who is on the server in an shell.

netstat : shows all current network connections.
netstat -an : shows all connections to the server, the source and destination ips and ports.
netstat -rn : shows routing table for all ips bound to the server.

top : shows live system processes in a nice table, memory information, uptime and other useful info. This is excellent for managing your system processes, resources and ensure everything is working fine and your server isn't bogged down.
top then type Shift + M to sort by memory usage or Shift + P to sort by CPU usage

ps: ps is short for process status, which is similar to the top command. It's used to show currently running processes and their PID.
A process ID is a unique number that identifies a process, with that you can kill or terminate a running program on your server (see kill command).
ps U username : shows processes for a certain user
ps aux : shows all system processes
ps aux --forest : shows all system processes like the above but organizes in a hierarchy that's very useful!

touch : create an empty file
touch /home/burst/public_html/404.html : create an empty file called 404.html in the directory /home/burst/public_html/

file : attempts to guess what type of file a file is by looking at it's content.
file * : prints out a list of all files/directories in a directory

du : shows disk usage.
du -sh : shows a summary, in human-readble form, of total disk space used in the current directory, including subdirectories.
du -sh * : same thing, but for each file and directory. helpful when finding large files taking up space.

wc : word count
wc -l filename.txt : tells how many lines are in filename.txt

cp : copy a file
cp filename filename.backup : copies filename to filename.backup
cp -a /home/burst/new_design/* /home/burst/public_html/ : copies all files, retaining permissions form one directory to another.
cp -av * ../newdir : Copies all files and directories recurrsively in the current directory INTO newdir

mv : Move a file command
mv oldfilename newfilename : Move a file or directory from oldfilename to newfilename

rm : delete a file
rm filename.txt : deletes filename.txt, will more than likely ask if you really want to delete it
rm -f filename.txt : deletes filename.txt, will not ask for confirmation before deleting.
rm -rf tmp/ : recursively deletes the directory tmp, and all files in it, including subdirectories. BE VERY CAREFULL WITH THIS COMMAND!!!

TAR: Creating and Extracting .tar.gz and .tar files
tar -zxvf file.tar.gz : Extracts the file
tar -xvf file.tar : Extracts the file
tar -cf archive.tar contents/ : Takes everything from contents/ and puts it into archive.tar
gzip -d filename.gz : Decompress the file, extract it

ZIP Files: Extracting .zip files shell command
unzip file.zip


Firewall - iptables commands
iptables -I INPUT -s IPADDRESSHERE -j DROP : This command stops any connections from the IP address
iptables -L : List all rules in iptables
iptables -F : Flushes all iptables rules (clears the firewall)
iptables --save : Saves the currenty ruleset in memory to disk
service iptables restart : Restarts iptables

Apache Shell Commands
httpd -v : Outputs the build date and version of the Apache server.
httpd -l : Lists compiled in Apache modules
httpd status : Only works if mod_status is enabled and shows a page of active connections
service httpd restart : Restarted Apache web server

MySQL Shell Commands
mysqladmin processlist : Shows active mysql connections and queries
mysqladmin drop databasenamehere : Drops/deletes the selected database
mysqladmin create databasenamehere : Creates a mysql database

Restore MySQL Database Shell Command
mysql -u username -p password databasename < databasefile.sql : Restores a MySQL database from databasefile.sql

Backup MySQL Database Shell Command
mysqldump -u username -p password databasename > databasefile.sql : Backup MySQL database to databasefile.sql




kill: terminate a system process
kill -9 PID EG: kill -9 431
kill PID EG: kill 10550
Use top or ps ux to get system PIDs (Process IDs)

EG:
PID TTY TIME COMMAND
10550 pts/3 0:01 /bin/csh
10574 pts/4 0:02 /bin/csh
10590 pts/4 0:09 APP

Each line represents one process, with a process being loosely defined as a running instance of a program. The column headed PID (process ID) shows the assigned process numbers of the processes. The heading COMMAND shows the location of the executed process.

Putting commands together
Often you will find you need to use different commands on the same line. Here are some examples. Note that the | character is called a pipe, it takes date from one program and pipes it to another.
> means create a new file, overwriting any content already there.
>> means tp append data to a file, creating a newone if it doesn not already exist.
< send input from a file back into a command.

grep User /usr/local/apache/conf/httpd.conf |more
This will dump all lines that match User from the httpd.conf, then print the results to your screen one page at a time.

last -a > /root/lastlogins.tmp
This will print all the current login history to a file called lastlogins.tmp in /root/

tail -10000 /var/log/exim_mainlog |grep domain.com |more
This will grab the last 10,000 lines from /var/log/exim_mainlog, find all occurances of domain.com (the period represents 'anything',
-- comment it out with a so it will be interpretted literally), then send it to your screen page by page.

netstat -an |grep :80 |wc -l
Show how many active connections there are to apache (httpd runs on port 80)

mysqladmin processlist |wc -l
Show how many current open connections there are to mysql


netstat -an|awk '/tcp/ {print $6}'|sort|uniq -c
Show how many current open connections to website

free -m
total used free shared buffers cached

(Sưu tầm)
sunflower
 
Bài viết: 315
Ngày tham gia: Thứ 6 13 Tháng 6, 2008 1:33 pm

Re: Shell và Linux

Gửi bàigửi bởi Phan Quốc Hiên » Chủ nhật 07 Tháng 9, 2008 10:43 am

-----------Pruned-------
wtf
Hình đại diện của thành viên
Phan Quốc Hiên
 
Bài viết: 49
Ngày tham gia: Thứ 7 14 Tháng 6, 2008 8:41 am
Đến từ: Quê Hương Đồng Khởi


Quay về Ứng dụng máy chủ (Server) - Mạng - Bảo mật

Ai đang trực tuyến?

Đang xem chuyên mục này: Không có thành viên nào đang trực tuyến13 khách

cron