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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/dir_selection_menu.py.

1. Background
Next: The root filesystem Up: Overview of the Directory Previous: Overview of the Directory . This chapter is loosely based on the Linux filesystem standard, FSSTND, version 1.2 (see the bibliography, [ Qui95 ]), which attempts to set a standard for how the directory tree in a Linux system is organized. ... This chapter does not explain all files in detail. ... The major parts are the root, /usr љ , /var љ , and /home љ filesystems (see figure 2.1 ). ... Figure 2.1: Parts of a Unix directory tree. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node21.html -- 9.5 Кб -- 04.05.1997
Похожие документы

2. COS Background Performance
... HST . ... Data . ... HST Peer Review Process . ... HST Overview . ... Phase I Proposing . ... Retrieving HST Data . ... Instruments . ... Instrument Handbook . COS Data Handbook . ... However, like the STIS NUV MAMA, the COS NUV MAMA suffers significantly increased background levels due to fluorescence caused by impurities in its MgF 2 window. ... Detector Background Count Rates (per second) . ... For more information on COS background performance see section 7.4 of the COS Instrument Handbook. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/cos/performance/background -- 20.6 Кб -- 10.04.2016
Похожие документы

3. Pulsar Group PmWiki/Backup and Restore
... Summary:background information and some basic backup and restore procedures:) . ... Your wiki installation contains some unique data in the following directories: . ... The following *nix command, executed from the parent directory of your wiki's directory, will put a complete backup archive of your site in your home directory. tar -zcvf ~/wiki-backup-`date +%Y%m`.tar.gz wiki/ . ... Select the folder you want to backup as explained before (probably either only the data or the whole wiki directory) ....
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.BackupAndRestore -- 17.0 Кб -- 01.03.2014
Похожие документы

4. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. ... Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/howto/public_html.html -- 13.8 Кб -- 21.01.2013
Похожие документы

5. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/howto/public_html.html -- 10.0 Кб -- 25.02.2008
Похожие документы

6. OptInt PmWiki : PmWiki / Backup and Restore
OptInt PmWiki : Pm Wiki / Backup and Restore . ... Uploads administration > . ... Your wiki installation contains some unique data in the following directories: . ... The following *nix command, executed from the parent directory of your wiki's directory, will put a complete backup archive of your site in your home directory. tar -zcvf ~/wiki-backup-`date +%Y%m`.tar.gz wiki/ . ... If your site doesn't have uploads, just visit your site once so the wiki.d/ directory will be created. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/BackupAndRestore?action=print -- 13.8 Кб -- 01.03.2014
Похожие документы

7. How Directory, Location and Files sections work
The sections <Directory> , <Location> and <Files> can contain directives which only apply to specified directories, URLs or files respectively. Also htaccess files can be used inside a directory to apply directives to that directory. ... The order of merging is: . ... If multiple <Directory> sections apply to the same directory they are processed in the configuration file order. ... Using the options in question is only possible inside a <Directory> section (or a .htaccess file). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sections.html -- 7.0 Кб -- 20.06.2002
Похожие документы

8. Removing linked directories that contain links
... Look at this example: pwd (print the user's working directory ) /home/tom/reports ls ../tmp/ drafts (list the contents of this directory ) expenditure targets ln -s $HOME/tmp/ drafts quarterly (use a symbolic link to make the directory ) cd quarterly (change directory to this linkname ) ln $HOME/accounts/ expenses (link a file to this linkname ) ls (list the contents of the linked directory ) (the linked file is listed) ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>317) - comet.sai.msu.ru/ )

9. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

10. Stellarium: /home/aw/devel/stellarium/trunk/plugins Directory Reference
Stellarium 0.12.3 . ... Plugins . ... plugins . plugins Directory Reference . directory љ . ... Generated on Sat Aug 10 2013 17:12:46 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/dir_38c8d24aef3972a7f87b834274e76e31.html -- 8.9 Кб -- 28.02.2014
Похожие документы

11. A Few Words About ROSAT Directories at SAO
... At SAO, the ROSAT data for observation rp123456 will be in /data/rdata/godata/rp123456/ . The PROS package contains sample ROSAT and Einstein data which are in the directory /pros/xray/data which is loaded with the IRAF task ``xray''. ... Thus within an arbitrary working directory and within the IRAF environment, to look at an image the command is, tv> display "xdata$rp110590_im2" 1 If Einstein data are loaded at SAO they will appear in the directory /pool14/i1234/ . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node43.html -- 4.1 Кб -- 01.10.2012
Похожие документы

12. directory
. XMM-Newton Science Analysis System . param (param-2.15) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page / Parameter types . Directory parameters are used to specify a directory. The directory may be expressed as a relative or absolute path. For example: . bar ../foo/bar /data/foo/bar . XMM-Newton SOC/SSC -- 2008-07-01
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/param/node8.html -- 3.3 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>4810) - xmm.vilspa.esa.es/ )

13. lsst.tcc: python/tcc Directory Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . Files . All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . python . tcc . tcc Directory Reference . directory љ . ... file љ . init__.py [code] . ... version.py [code] . Generated on Mon Sep 14 2015 15:25:42 for lsst.tcc by љ 1.8.5 ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/dir_f29e6bdaa690fe18d198a5372840faca.html -- 10.2 Кб -- 14.09.2015
Похожие документы

14. The FTPdig Project
Sternberg Astronomical Institute, Moscow University The idea behind this project is rather simple: using CGI scripts as processing tools and WWW browser as user interface, display the structure and content of typical anonymous FTP server in a convenient, easily navigated form. ... search through file/directory names, descriptions and README files; . ... The current goal of FTPdig project is to build University-wide network of ftp servers unified by the same interface and database. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/ftpdig/about.html -- 7.3 Кб -- 01.10.2012
Похожие документы

15. crydee.sai.msu.ru archive : Directory tree
... Show directory descriptions . Click on directory name to enter it . Click on [+] near directory name to expand tree starting from that directory . Directory of : / [+] . ... PH // asv [+] things written by myself // etat [+] // gryaznov [+] // vab [+] . You are now in the [/] directory . Archive home | ... Files | Directory tree | New files | ... This software archive is being maintained by Sergey Ayukov . This HTML file was generated by FileJuggler package ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/archive/bin/autotree.cgi -- 5.4 Кб -- 09.04.2016
Похожие документы

16. DFOS: directory structure
dfos = Data Flow Operations System, the common tool set for DFO make printable . The dfos system requires a common directory structure. It is defined in the RC file ~/.dfosrc. The current operational version for GIRAFFE is found here . Many of these directories have a substructure by DATE. ... data23/data/raw . DATE . ... raw data (fits files) . ... data23/data/headers . ... data23/data/calib . ... home/opslog/giraffe . ... operator (dfosInstall for save/ and template/) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/dirstruct1.html -- 11.8 Кб -- 26.11.2014
Похожие документы

17. FTP Directory:
############################################################################## J/A+AS/135/555 Illuminated atmospheres limb-darkening coeff. 1. (Alencar+ 1999) ############################################################################## . Parent Directory ReadMe . Mar 17 1999 16k model.dat.gz . Nov 27 1998 2k table1.dat.gz . Jun 16 1998 2471k table2.dat.gz . Jun 16 1998 66k table3.dat.gz . Nov 25 1998 55k . Generated Sun, 26 Mar 2000 16:28:26 GMT by proxy.nsu.ru ( Squid/2.1.PATCH2 )
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/astrolib/Sun/kursoviki/Model2000/AtmModel/SUN_DARK/Ftp_source.html -- 3.6 Кб -- 26.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>71) - vega.inp.nsk.su/ )

18. Directory
... The IAA RAS . ... Dissertation council . Council of young scientists . ... International collaboration . Memberships in international organisations . ... Awards and honors . Government awards . The IAA RAS Medal . ... Director . ... E-mail: ipatov@ipa.nw.ru . Phone: +7 812 275?10?04 . Deputy Director for Scientific activities . ... E-mail: igen@ipa.nw.ru . ... E-mail: dvi@ipa.nw.ru . ... Phone: +7 812 579?06?03 . ... Fax: +7 812 275?11?19 . ... 812) 275-11-18 . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/en/directory/ -- 13.1 Кб -- 09.04.2016
Похожие документы

19. About Data by Type Pages
The Magnetospheric Yellow Pages directories are lists of links to remote web sites that provide magnetospheric physics data. ... The Data Server directories are sorted two ways to make navigating easier. The list of Data Servers sorted by Data Type first provides a list of all catefories of data types for which there are known on-line data servers. ... Then by clicking on one of those links you jump to the remote site that is listed - e.g. whatever web server actually hosts those web pages. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/YELLPAGE/info/about-data-by-type.html -- 4.1 Кб -- 21.12.2007
Похожие документы

20. Image directory
05/10/2007 1:01 PM . ... Original: 1936x1296 (418k) . ... Thumbnail: 200x134 (68k) . Flash: Flash fired, auto mode, return light detected . Exposure time: 10/2000s . Focal length: 18.0mm . Aperture: f/8 . ... Original: 1936x1296 (314k) . ... Thumbnail: 200x134 (69k) . Flash: Flash did not fire . Exposure time: 10/1600s . ... Original: 1936x1296 (388k) . ... Flash: Flash did not fire, auto mode . ... Focal length: 7.9mm . ... Focal length: 13.7mm . ... Focal length: 6.3mm . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Events/LZ/details.html -- 12.3 Кб -- 01.10.2012
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Events/LZ/details.html -- 12.3 Кб -- 02.10.2012
Похожие документы

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


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования