... Using Disks and Other Storage Media . ... Many floppies are used in a tape-drive emulating fashion, so that a tar or other file is written directly on the raw disk, without a filesystem. ... One way to do this is to use dd : $ dd if=/dev/fd0H1440 of=floppy-image 2880+0 records in 2880+0 records out $ dd if=floppy-image of=/dev/fd0H1440 2880+0 records in 2880+0 records out $ The first dd makes an exact image of the floppy to the file floppy-image , the second one writes the image to the floppy. ...
... Неизменяемая страница . ... Другие действия: Показать разметку Вид для печати Сформатировать как Docbook Очистить кэш страницы ------------------------ Проверить правописание Похожие страницы Карта окрестностей ------------------------ Переименовать страницу Удалить страницу ------------------------ Подписать пользователя ------------------------ Очистить от спама Вернуть эту версию Страницы пакета Синхронизировать страницы ------------------------ ... Работа с файловыми системами ...
PHP Manual . ... Security . ... PHP is subject to the security built into most server systems with respect to permissions on a file and directory basis. This allows you to control which files in the filesystem may be read. ... Poor variable checking leads to.... <?php // remove a file from the user's home directory $username = $HTTP_POST_VARS['user_submitted_name']; $homedir = "/home/$username"; $file_to_delete = "$userfile"; unlink ($homedir/$userfile); echo "$file_to_delete has been deleted!" ...
Электронная библиотека Попечительского совета . ... Pate S.D. - Unix Filesystems: Evolution, Design, and Implementation . ... Название: Unix Filesystems: Evolution, Design, and Implementation . Автор: Pate S.D. Аннотация: . ... Offers more detail than other books on the file input/output aspects of UNIX programming . Describes implementation of UNIX filesystems over a thirty year period . ... Электронная библиотека попечительского совета мехмата МГУ , 2004-2016 . ...
This document explains how Apache uses the URL of a request to determine the filesystem location from which to serve a file. ... User Directories . URL Redirection . ... the URL http://www.example.com/docs/dir/file.html will be served from /var/web/dir/file.html . ... The module mod_userdir extends this idea to the web by allowing files under each user's home directory to be accessed using URLs such as the following. http://www.example.com/~user/file.html . ...
... This document explains how to setup and then use a filesystem that, when mounted by a user, dynamically and transparently encrypts its contents. ... There is a HOWTO on the process of recompiling kernels at: . ... The process uses the device '/dev/loop*' (where * can be 0-7 on most installations) to mount a loopback filesystem. ... The program 'losetup' (loopback setup) is what associates your encrypted file with a filesystem and it's cipher type. ... umount /dev/loop0 losetup -d /dev/loop0 . ...
If you set the fastf option in $SYSTEM group to .true. (this option is turned on by default) and run PC GAMESS/Firefly under OS filesystem supporting large files, all files handled by FSF routines may have their size up to the native limits of 64-bit filesystems. ... FSF is an abbreviation of the Fast System Files - a powerful set of fast non- Fortran file I/O subroutines. By default, the FSF subroutines are used by the PC GAMESS/Firefly to perform almost all the file I/O operations. ...
... help . find changesets by author, revision, files, or words in the commit message URL Paths Valid URLs are of the form: local/filesystem/path[#revision] file://local/filesystem/path[#revision] http://[user[:pass]@]host[:port]/[path][#revision] https://[user[:pass]@]host[:port]/[path][#revision] ssh://[user@]host[:port]/[path][#revision] Paths in the local filesystem can either point to Mercurial repositories or to bundle files (as created by "hg bundle" or "hg incoming --bundle"). ...
... help . find changesets by author, revision, files, or words in the commit message URL Paths Valid URLs are of the form: local/filesystem/path[#revision] file://local/filesystem/path[#revision] http://[user[:pass]@]host[:port]/[path][#revision] https://[user[:pass]@]host[:port]/[path][#revision] ssh://[user@]host[:port]/[path][#revision] Paths in the local filesystem can either point to Mercurial repositories or to bundle files (as created by "hg bundle" or "hg incoming --bundle"). ...
. ПО КУ . Ссылки . Статьи и тезисы . Интернет . Литература . CVS-репозитории . Утилиты . Доступ к информации . Linux SAL Parallel Computing Page . http://suparum.rz.uni-mannheim.de/docs/ind.html . Partial evaluation for MPI optimization . Berkeley Reserach Areas . IOZone filesystem benchmark . SEL-HPC Article Archive . $Date: 2000/10/12 01:09:52 $ . Home . Andrey Slepuhin .
. An operating system is the program that controls all the other parts of a computer system - both the hardware and the software. Most importantly, it allows you to make use of the facilities provided by the system. Every computer has an operating system. The UNIX operating system has three important features; a kernel, the shell and a filesystem. The Kernel . The Shell . UNIX file system . More about the UNIX operating system .
Liudmila Stepanova sli at inr.ru . Wed Aug 1 14:28:57 MSK 2012 . Previous message: [RU-NGI] xfs No space left on device . Next message: [RU-NGI] xfs No space left on device . Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] . ... Wed, Aug 01, 2012 at 11:55:20AM +0400, Liudmila Stepanova wrote: >> xfs_check сожрала 24гб оперативной памяти + 61гб swap-а и грохнулась с >> сообщением out of memory. ... More information about the RU-NGI mailing list . ...
... TWikiAccessControl 32 - 2005-11-11 - Main.TWikiContributor . ... Alias /twiki/pub/ /filesystem/path/to/twiki/pub/ . ... RewriteRule ^/twiki/pub/TWiki/(.*)$ /twiki/pub/TWiki/$1 [L,PT] RewriteRule ^/twiki/pub/([^\/]+)/([^\/]+)/([^\/]+)$ /twiki/bin/viewfile/$1/$2?filename=$3 [L,PT] . ... RewriteRule ^/+twiki/+pub/+([^/]+)/+((([^/]+)/+)+)(.+) /twiki/bin/viewfile/$1/$4?filename=$5 [L,PT] </verbatim . That way all the controls that apply to the topic also apply to attachments to the topic. ...
... Это означает, что он перестал распознаваться уже при загрузке PC на уровне BIOS-а. В результате были утрачены разделы /home/, /data1/, /data2/: [root@lhe05 rud]# df -h Filesystem Size Used Avail Use% Mounted on /dev/hda2 4.4G 3.2G 946M 78% / /dev/hda5 4.1G 2.9G 1.1G 74% /home /dev/hda6 15G 9.8G 4.0G 72% /data1 /dev/hda7 15G 11G 3.0G 79% /data2 /home/ мы восстанавливаем из backup, а вот /data1/, /data2/ потеряны безвозвратно (всего 20.8 GB). ... Last modified on Apr 12, 2006. ...
... Выпуск 299. 28 декабря 2010 г. ------------- Уважаемые коллеги! ... Для участников семинара прием статей продлен до 15 января 2011 года. http ://agora.guru.ru/display.php?conf=pavt2011 page=item011 PHPSESSID=89ca21bb978376dc2e35cf2dabf76245 ------------- НОВОСТИ МИРА ВЫСОКОПРОИЗВОДИТЕЛЬНЫХ ВЫЧИСЛЕНИЙ http :// parallel.ru / news / + DEISA и PRACE проводят 29-31 марта 2011 года в Эдинбурге школу Tools and Techniques for Extreme Scalability . http ://www. prace -project.eu/ news /deisa-and-...
Grid Information Service (Meta-Directory Service 2) Globus ToolkitTM Developer Tutorial The Globus ProjectTM Argonne National Laboratory USC Information Sciences Institute http://www.globus.org/ Copyright (c) 2002 University of Chicago and The University of Southern California. ... GIIS requests information from GRIS services as needed. Client 3 GIIS Cache contains info from A and B 5 March 25, 2002 Globus ToolkitTM Developer Tutorial: MDS-2 MDS-2 Service Architecture ? ...
[
Текст
]
Ссылки http://acat02.sinp.msu.ru/presentations/GGtut/Dev-08-Information1.pdf -- 940.6 Кб -- 06.07.2002 Похожие документы
... Семинары . ... UNИX . ... Immutable Page . Comments . ... Attachments . More Actions: Raw Text Print View Render as Docbook Delete Cache ------------------------ Check Spelling Like Pages Local Site Map ------------------------ Rename Page Copy Page Delete Page ------------------------ My Pages Subscribe User ------------------------ Remove Spam Revert to this revision Package Pages Sync Pages ------------------------ Load Save SlideShow . ... Участие в семинаре. ...