file splitter and joiner portable

File System and Disk Administration

File System and Disk Administration

Ngày tải lên : 28/09/2013, 11:20
... /etc/fstab file for a Linux machine # # Local mounts /dev/sda1 / ext2 defaults 1 1 mkswap /dev/hda2 2. Mounting and unmounting file systems Mounting file systems Nh ta đà biêt hệ thống file của ... umountall Lệnh umount: Bỏ mount một hệ thống file (điểm mount). I. File System and Disk Administration 1. Cấu trúc th mục trên Unix / - Th mục gốc trên UNIX file system. /bin - Là symbol link tới ... /lost+found Cha các file đợc recover bởi fsck. 1. Creating file systems Để tạo hệ thống file cần thực hiện các bớc nh sau: Chọn quyền hạn của đĩa. Tạo các partition Tạo file system Mỗi loại...
  • 10
  • 521
  • 0
File system and Disk Administration

File system and Disk Administration

Ngày tải lên : 09/10/2013, 13:20
... newfs), mkswap tạo swap file system. Ví dụ mke2fs /dev/hda1 mkswap /dev/hda2 3. Mounting and unmounting file systems Mounting file systems Như ta đ biêt hệ thống file của UNIX được lưu ... các thay đổi vừa tạo. Tạo File Systems: Sau khi đ tạo partition thì hệ thống file vẫn chưa được sẵn sàng cho việc sử dung. mà cần phải tạo file system. Để tạo hệ thống file trong Linux dùng lệnh ... giai đoạn 2 và 3 để kiểm tra các file không tham chiếu và đếm liên kết không đúng trên các file, directory, hoặc file đặc biệt. Thông báo như sau: UNREF FILE I=inode number OWNER=O MODE=M...
  • 10
  • 322
  • 0
Chapter-10-File systems and devices

Chapter-10-File systems and devices

Ngày tải lên : 22/10/2013, 19:15
... stands for read permission, w stands for write permission, and x stands for execute permission. The three groups represent the permissions for the owner,the group and others respectively.Ifthe permission ... r-x (I can read and execute the program, and nobody else can do anything with it). The permissions for the draft document would be rw-r (I can read and write, the group can read, and others can’taccess ... snapshots Youcreate snapshots with the mount command and the -o snapshot option. For example, you could enter # mount -u -o snapshot /var/snapshot/snap1 /var This command creates a snapshot of the /var file...
  • 17
  • 461
  • 0
The Design and Implementation of a Log-Structured File System

The Design and Implementation of a Log-Structured File System

Ngày tải lên : 12/09/2012, 15:05
... between Sprite LFS and Unix FFS. This example shows the modified disk blocks written by Sprite LFS and Unix FFS when creating two single-block files named dir1 /file1 and dir2 /file2 . Each system ... named dir1 /file1 and dir2 /file2 . Each system must write new data blocks and inodes for file1 and file2 , plus new data blocks and inodes for the containing directories. Unix FFS requires ten non-sequential ... Networks for Computer Communications, pp. 355-373 North-Holland, (1981). 18. Ross S. Finlayson and David R. Cheriton, ‘‘Log Files: An Extended File Service Exploiting Write- Once Storage,’’ Proceedings...
  • 15
  • 1.4K
  • 0
LƯU TRỮ VÀ CẤU TRÚC TẬP TIN  (Storage and File Structure)

LƯU TRỮ VÀ CẤU TRÚC TẬP TIN (Storage and File Structure)

Ngày tải lên : 15/09/2012, 09:38
... về tần xuất vấn tin và sửa đổi. FILE CHỈ MỤC B + -CÂY (B + -Tree Index file) Tổ chức file chỉ mục tuần tự có một nhược điếm chính là làm giảm hiệu năng khi file lớn lên. Để khắc phục nhược ... tìm kiếm này. Các mẩu tin trong file được chỉ mục có thể chính nó cũng được sắp. Một file có thể có một vài chỉ mục trên những khoá tìm kiếm khác nhau. Nếu file chứa các mẩu tin được sắp tuần ... Round Hill A-301 550 • file tuần tự các mẩu tin account Trong phần này, ta giả thiết rằng tất cả các file được sắp thứ tự tuần tự trên một khoá tìm kiếm nào đó. Các file như vậy, với một chỉ...
  • 39
  • 841
  • 1
John Wiley and Sons - The Portable MBA in Project Management

John Wiley and Sons - The Portable MBA in Project Management

Ngày tải lên : 07/02/2013, 09:32
... training and consulting fields for 22 years working with for-profit and nonprofit organizations such as McDonald’s, Land’s End, the U.S. Navy, and the IRS. Author and editor of two-dozen books, and ... Bygrave The Portable MBA in Entrepreneurship Case Studies, William D. Bygrave The Portable MBA in Finance and Accounting, Third Edition, John Leslie Livingstone and Theodore Grossman The Portable ... Company, Frederick E. Webster The Portable MBA in Marketing, Second Edition, Alexander Hiam and Charles Schewe The Portable MBA in New Product Development: Managing and Forecasting for Strategic...
  • 459
  • 662
  • 11
Directory and File Commands

Directory and File Commands

Ngày tải lên : 02/10/2013, 09:20
... cat Command to join two files into one $ cat filename1 filename2 > file3 This example joins filename1 and filename2 files into filename3 file. Note – If filename3 is existed, this command will ... format for the redirection of standard input, standard output, and standard error is: command > file or command >> file command < file command 2> file Control Characters Purpose Control-s ... existing files using the touch command  Create and remove directories using mkdir and rmdir  Manage files and directories using the mv, cp, and rm commands  Save the output from a command into a file ...
  • 27
  • 248
  • 0
File and User Information Utilities

File and User Information Utilities

Ngày tải lên : 02/10/2013, 09:20
... follows: File1 inode number Data Display File2 inode number Absolute pathname to File1 The data contained in File2 is the absolute pathname to File1 , but displaying either File1 or File2 will ... If File2 is deleted, there is no effect on File1 . If File1 is deleted File2 will still exist, but it will point to an invalid file name and therefore be of no practical use. The ln Command Use ... create a symbolic link. The source _file is the existing file and the target _file is the new file to be linked to the source _file. Creating Links You can link two files with a : • Hard link $ ln...
  • 18
  • 385
  • 0
Interruptions and file managing

Interruptions and file managing

Ngày tải lên : 06/10/2013, 20:20
... "Introduction to file handling". FCB Method 0FH Open file 14H Sequential reading 15H Sequential writing 16H Create file 21H Random reading 22H Random writing Handles 3CH Create file 3DH Open file ... communication Contents 5.7.1 Working with handles 5.7.2 Functions to use handles 5.7.1 Working with handles The use of handles to manage files greatly facilitates the creation of files and programmer can concentrate ... Assigned handle Return registers: CF = 0 if there were no mistakes, otherwise CF will be 1 and AX will contain the error code: 06H if the handle is invalid. This function dates the file and frees...
  • 28
  • 214
  • 0
Viewing a WSDL File and Testing a Web Service

Viewing a WSDL File and Testing a Web Service

Ngày tải lên : 24/10/2013, 12:15
... 17.5 . Notice that the equals (=) and single quote (') characters in the whereClause parameter value of the URL have been converted to the codes %3D and %27 respectively. Figure 17.5: ... see how to use your Web service in a Windows application. Listing 17.3: WEB SERVICE WSDL FILE <?xml version="1.0" encoding="utf-8"?> <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" ... section . Let's take a look at another example; enter the following string as your whereClause and click the Invoke button: CustomerID IS NOT NULL This causes the RetrieveCustomers() method...
  • 7
  • 382
  • 0
File and Registry Operations part 3

File and Registry Operations part 3

Ngày tải lên : 28/10/2013, 21:15
... InitializeComponent(); menuFileOpen.Click += new EventHandler(OnFileOpen); chooseOpenFileDialog.FileOk += new CancelEventHandler(OnOpenFileDialogOK); } void OnFileOpen(object Sender, EventArgs ... dùng những enum FileMode, FileAccess và FileShare // tạo một tập tin mới trên thư mục làm việc FileStream myFStream = new FileStream("test.dat",FileMode.OpenOrCreate, FileAccess.ReadWrite); ... chooseOpenFileDialog.ShowDialog(); } void OnOpenFileDialogOK(object Sender, CancelEventArgs e) { chosenFile = chooseOpenFileDialog.FileName; this.Text = Path.GetFileName(chosenFile); ...
  • 8
  • 335
  • 0
Navigating the Windows 2000 File System with “Windows Explorer” and “My Computer”

Navigating the Windows 2000 File System with “Windows Explorer” and “My Computer”

Ngày tải lên : 04/11/2013, 16:15
... Administrative and All User folder. Reflection There are various ways to navigate and to locate files and folders. 1. What is another way to locate files or folders, or to navigate the Windows 2000 file ... it is necessary to see the file information. 4. Locate the “Documents and Settings” folder and double-click on it. 5. This will display the contents of the Documents and Settings folder. Within ... the folder and file options in “My Computer”. Select the Details options to change this view. The Details view provides important information including the date last modified, size, and type....
  • 3
  • 436
  • 0

Xem thêm