Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 290307 (185 сайтов) ---- Время поиска: 1.14сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/utilities1/sccs_put3.html.

1. Removing directories created with the ln command
. To remove a directory that is a symbolic link that points to another directory use the command: rm directory_name . Notice that the directory does not need to be empty and you do not have to use the rmdir command. You are not really removing a directory, just a named symbolic link that points to the "real" directory.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.2.html -- 2.0 Кб -- 17.01.1997
Похожие документы

2. VLBI Wiki | PmWiki / PmWiki Installation
... PmWiki . ... Cookbook (addons) . ... The files in this directory include: . ... PmWiki will then analyze your system configuration and provide instructions (if needed) for creating the wiki.d/ directory which will be used to hold the pages created for your site. ... Use this method when "safe mode" is activated in the servers PHP installation. 3b. On some systems you can let PmWiki create wiki.d/ by temporarily changing the permissions on the directory containing the pmwiki.php file to 2777. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Installation -- 19.2 Кб -- 12.04.2016
Похожие документы

3. Planetary Picture List
These pages collect together references to many pictures of the solar system that can be found on the Net. ... Since I originally compiled this list the number of relevant images has grown tremendously. ... http://www.jpl.nasa.gov/pictures/ . ... ftp://dftnic.gsfc.nasa.gov/images/gifs/ . ... http://www.jpl.nasa.gov/galileo/images.html . http://www.jpl.nasa.gov/magellan/images.html . ... http://nssdc.gsfc.nasa.gov/image/planetary/ . ... NASA Image Access Homepage (Planetary Photojournal) . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/nineplanets/picturelist.html -- 10.3 Кб -- 07.05.1999
Похожие документы

4. dbmmanage - Manage user authentication files in DBM format - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Programs . ... dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_authn_dbm . Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage . ... One can usually use the file program supplied with most Unix systems to see what format a DBM file is in. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/programs/dbmmanage.html -- 14.1 Кб -- 19.11.2015
Похожие документы

5. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

6. http://xmm.vilspa.esa.es/sas/6.5.0/doc/dscp/ChangeLog
... Some improvements to documentation - Now depends on statistics-0.16 Version 0.25 2000-07-18 (MT) -------------- - improved documentation - dsls implemented , which listed the files in the given directory, indicating which ones are datasets, and which are unrecognised. - dsaddcomment implemented , which adds a comment record to the given attributable object. - dsaddhistory implemented , which adds a history record to the given attributable object. - dssetlabel ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/dscp/ChangeLog -- 8.4 Кб -- 12.05.2004
Похожие документы
Еще в разделе: (Показать все результаты (>12286) - xmm.vilspa.esa.es/ )

7. common tcsh completions
The following are useful tcsh completions I use, which should mostly be fairly standard for any unix platform, so you can just drop them into place. # directories complete cd 'C/*/d/' complete rmdir 'C/*/d/' complete lsd 'C/*/d/' # signal names # also note that the initial - can be created with the first completion # but without appending a space (note the extra slash with no # append character specified) ...