Thứ Năm, 20 tháng 6, 2013

Tổng Hợp Các Lỗi Khi Ghost, Nguyên Nhân Và Cách Khắc Phục

 Sau 1 thời gian làm Ghoster, cũng biết khá nhiều lỗi khi tạo và bung ghost, cũng nghe nhiều thắc mắc của các bạn, thấy trên mạng các Website và Forum có nói những chỉ là những lời không hình hơi khó hiểu + bài viết, thắc mắc lung tung, nay muốn tự mình tổng hợp các lỗi lại và giải quyết, hi vọng a e nào biết lỗi nào, có ảnh, video demo thì cùng hợp tác xây dựng 1 Topic chất lượng.


Thứ Tư, 19 tháng 6, 2013

Unix - Directory Management

A directory is a file whose sole job is to store file names and related information. All files, whether ordinary, special, or directory, are contained in directories.
UNIX uses a hierarchical structure for organizing files and directories. This structure is often referred to as a directory tree . The tree has a single root node, the slash character ( /), and all other directories are contained below it.

Unix - File Management

All data in UNIX is organized into files. All files are organized into directories. These directories are organized into a tree-like structure called the filesystem.

When you work with UNIX, one way or another you spend most of your time working with files. This tutorial would teach you how to create and remove files, copy and rename them, create links to them etc.
In UNIX there are three basic types of files:

What is Unix ?

The UNIX operating system is a set of programs that act as a link between the computer and the user.
The computer programs that allocate the system resources and coordinate all the details of the computer's internals is called the operating system or kernel.
Users communicate with the kernel through a program known as the shell. The shell is a command line interpreter; it translates commands entered by the user and converts them into a language that is understood by the kernel.