unix & linux forensic analysis dvd toolkit
... tools as appropriate for forensic analysis, and you will also have the knowledge to better analyze client systems that happen to be Linux or *nix variants. Unix, UNIX, Linux, and *nix You’ve probably ... BY Syngress Publishing, Inc. Elsevier, Inc. 30 Corporate Drive Burlington, MA 01803 UNIX and Linux Forensic Analysis DVD Toolkit Copyright © 2008 by Elsevier, Inc. All ri...
Ngày tải lên: 25/03/2014, 12:12
... exit() #include <sys/types.h> #include <sys/wait.h> #include "ourhdr.h" int main(void) { pid_t pid; int status; if ( (pid = fork()) < 0) err_sys("fork error"); ... (fork2.c) #include <sys/types.h> #include <sys/wait.h> #include "ourhdr.h" int main(void) { pid_t pid; if ( (pid = fork()) < 0) err_sys("fork error"); e...
Ngày tải lên: 05/11/2012, 11:57
Truyền thông và mạng Unix-Linux
... -x Use "ethers" for map "ethers.byname" Use "aliases" for map "mail.aliases" Use "services" for map "services.byname" Use "protocols" ... Use "protocols" for map "protocols.bynumber" Use "hosts" for map "hosts.byname" Use "networks" for map "networks.byaddr"...
Ngày tải lên: 06/10/2013, 11:20
TRUYỀN THÔNG VÀ MẠNG UNIX-LINUX
... mạng. /sbin/ifconfig <giao diện> [ <địa chỉ> ] [ arp | -arp][broadcast <địa chỉ>] [netmask <mặt nạ mạng> ] - 55 - Trong đó: <giao diện> : tên của thiết bị ... [tên-file] trả lời thƣ hiện thời (có thể từ file) d <số> xóa thƣ số u khôi phục thƣ hiện thời u <số> khôi phục thƣ số m <user> chuyển tiếp thƣ tới các ngƣời dùng khác q ra .....
Ngày tải lên: 18/10/2013, 23:20
Tài liệu Unix Linux Reference ppt
... using >&digit. <&- The standard input is closed. Similarly for the standard output using >& <&p The input from the co-process is moved to standard input. >&p ... /usr/xpg4/bin/grep -E 'abc def' example% /usr/xpg4/bin/grep -F 'abc def' Both of the following commands print all lines matching exactly abc or def: example% /usr/xpg4/bin/grep...
Ngày tải lên: 10/12/2013, 14:16
Tài liệu Kiến trúc Unix.Linux ppt
... thống. #include <stdio.h> #include <signal.h> system(s) /*Chạy dòng lệnh*/ char *s; { int status, pid,w; register int (*istat)(), (*qstat)(); Đại học Dân Lập Thăng Long KIẾN TRÚC UNIX/ LINUX ___________________________________________________________________________ 156 ________________________________________________________________________ ... trị này tuyệt đối không được bi...
Ngày tải lên: 25/12/2013, 13:15
UNIX/Linux LẬP TRÌNH TRONG MÔI TRƯỜNG SHELL
... [ -f file_one ] && echo "hello" && [ -f file_two ] && echo "there" then echo -e "in if" else echo -e "in else" fi exit ... echo "Is it morning? Please answer yes or no" read timeofday case "$timeofday" in "yes" | "y" | "Yes" | "YES" ) echo "Good...
Ngày tải lên: 02/01/2014, 22:44