动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > Java教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
网络编程:ASP教程,ASP.NET教程,PHP教程,JSP教程,C#教程,数据库,XML教程,Ajax,Java,Perl,Shell,VB教程,Delphi,C/C++教程,软件工程,J2EE/J2ME,移动开发
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Java教程 ]的信息

本月文章推荐
.JMX架构的了解.
.JAVA高手解析XML配置文件的读取操.
.Spring 2.0 M1发布了.
.使用JSR-184里的Sprite3D对象.
.JAVA-CGI HowTo.
.Jive中的设计模式.
.小技巧:在Java中轻松实现界面跳.
.转scjp第一站的首页内容.
.第三讲 Java语言中的面向对象特.
.Java会因为RoR的流行而过时吗?.
.一步一步学习midp2。0游戏编程(.
.论坛、聊天室中滤除HTML标记.
.JAVA卡与APPLET.
.Base64编码的Java语言实现.
.Java+XML+MVC 框架StrutsCX简介.
.Java对象池技术的原理及其实现.
.深入浅析Tomcat配置技巧 Top 10.
.通过JCA实现企业级应用程序的“即.
.加法赋值运算符 (+=).
.用java压缩文件示例(没有中文问.

sunTechnicalTrainingNOTE

发表日期:2008-1-5 |



  drwxrxrx 2 root bin 512 Apr 3 10: 45 apache
  -rwxrr 1 root sys 360 Apr 3 10: 45 ASPpp. cf
  
  第一位-指正式的文件
  c 指字符设备,每个磁盘的块大小为512个字节
  b 指块设备,每个块设备的块的大小随着分区的大小变化,但是UFS文件系统的每个块是8k
  
  Logical Disk Device Names
  
  /dev/[ r] dsk/ c# t# d# s#
  c#控制器号
  t#通道号
  d#驱动器号
  s#分片号,见下面的描述
  0-7 Partition or (slice number) Valid numbersare 0-7
  Tag 0= UNASSIGNED 4= USR Describes the file system
  1= BOOT 5= BACKUP mounted on this partition
  2= ROOT 7= VAR
  3= SWAP 8= HOME
  
  /etc/path_ to_ inst记录着启动时每个设备的实例名,物理名
  只在启动时读一下,并被内核治理。
  prtconf
  显示系统配置
  系统文件的层次及含义
  
  / The root of the overall file system name space
  /bin The Directory location for standard system commands or binary files
  /dev The primary location for logical device names
  /devices The primary location for physical device names
  /etc Host specific system administrative configuration files and databases
  /eXPort The default directory for commonly shared file systems
  /home The default directory or mount point for users home directories
  /kernel The directory of platform independent loadable kernel modules
  required as part of the boot process
  /opt The default directory or mount point for addon application packages
  /platform The directory of platform dependent loadable kernel modules
  /sbin Essential executables used in the booting process and in manual system
  failure recovery
  /tmp Temporary files; cleared during the boot sequence
  /usr The directory for programs, scripts, and libraries used by all system users
  /var The directory for varying files, which usually includes temporary, logging,
  or status files
  /mnt A convenient, temporary mount point for file systems
  
  几种文件系统的含义及历史
  UFS
  " UNIX file system based on the BSD Fast File system is the default disk-based file
  system for the Solaris operating environment.
  
  ?HSFS
  " High Sierra, Rock Ridge, and ISO 9660 file system. Solaris HSFS is used on CD-ROMs,
  and provide all UFS file system features and file types
  
  ?PCFS
  " PC file system, which allows read/ write Access to data and programs on DOS-formatted
  disks written for DOS-based personalcomputers.
  
  ?UDF
  " The UDF file system, the industry-standard format for storing information on the optical
  media technology called DVD (Digital Versatile Disc or Digital Video Disc).
  
  
  Network-Based File Systems
  ?Network-based file systems can be accessed over the network. NFS is
  the only available network-based or distributed computing file system.
  
  " Virtual File Systems
  ?Virtual file systems are memory-based file systems that provide access
  to special kernel information and facilities.
  " The Cache File System
  
  ?The Cache File System (CacheFS) can be used to improve performance
  of remote file systems or slow devices sUCh as CD-ROM drives. When a
  file system is cached, the data read from the remote file system or CD-
  ROM is stored in a cache on the local system.
  
  " The Temporary File System
  ?The Temporary File System (TMPFS) uses local memory for file system
  reads and writes, which is typically much faster than a UFS file system.
  ?TMPFS use the swap space on a disk.
  
  The Process File System
  ?The Process File System (PROCFS) resides in memory. It contains a list
  of active processes, by process number, in the /proc directory.
  
  " The Loopback File System
  ?The Loopback File System (LOFS) lets you create a new virtual file
  system, so you can access files by using an alternative path name.
  
  磁盘基本概念
  Lable( VTOC)
  ?Volume Table of Content, No. 1 disk sector( 512B)
  
  " Boot block
  ?Stores the procedures used in booting the system
  ?The boot block is left blank if a file system not to be used for booting
  ?In the next 15 disk sectors
  
  " Superblock
  ?Detailed information ablout the file system
  ?Size and status of file system
  ?Date and time of the last update
  ?Cylinder group size
  ?Number of date blocks in cylinder group
  ?Path name and last mount point
  ?In the next 16 disk sectors
  
  Inode
  ?All information about a file except its name which is kept in a directory
  ?An inode is 128 byte
  " Type of the file ( File/ Directory/ Block special/ Character special/ Symbolic link/ pipe/ Socket)
  " The mode of the file( read-write-execute permissions)
  
  
  
  读磁盘的 VTOC 信息
  
  # prtvtoc /dev/ rdsk/ c1t3d0s2
  
  PROM的概念
  " PROM
  ?Each Sun system has a boot PROM chip. This 8KB chip is typically located
  on the same board as the CPU
  ?The main functions of the boot PROM are to test the system hardware and
  boot the operating system
  " Number of hard link
  " User ID and group ID
  " Number of bytes of the file
  " An array of 15 data block address
  " The date and time of the file
  
  " Data block
  ?The rest of the space allocated to the file system
  ?By default, 8-KB block size, 1- KB fragment size
  
  NVRAM的概念
  
  ?The NVRAM is 8KB of nonvolatile random access memory. This is a
  pluggable chip that is often located on the main system board
  ?The NVRAM stores the Ethernet address, host ID, and the TOD clock. A
  single lithium battery within the NVRAM module provides battery backup
  for the NVRAM and clock
  ?The NVRAM module also contains the EEPROM for the parameters that
  have been changed or customized from the boot PROMdefault parameters
  settings
  ?The user-interface commands and device aliases are stored in the NVRAM
  
  sun 机器的启动过程
  Prom--->Run Post--->Prom Load bootblk--->Bootblk Load ufsBoot--->ufsboot loads 32/ 64bit kernel
  --->Kernel initializes Load modules start init process --->start run rc scripts
  
  32 bit kernel
  /platform/ ’uname m’/ kernel/ genunix
  /platform/ ’uname m’/ kernel/ unix
  
  64 bit kernel
  /platform/ ’uname m’/ kernel/ sparcv9/ genunix
  /platform/ ’uname m’/ kernel/ sparcv9/ unix
  
  Module directories
  /kernel
  /usr/ kernel
  /platform/ ’uname m’/ kernel
  /platform/ ’uname i’/ kernel
  
  sun 的运行级别
  Level 0 Powerdown state
  Level S or s Singleuser state 单用户状态,挂上所有的文件系统
  Level 1 Administrative state 治理员状态
  Level 2 Multiuser state 多用户状态,运行大部分服务,不运行NFS服务
  Level 3 Multiuser state with NFS resources shared 多用户状态,运行全部服务。
  Level 4 Alternative multiuser state 通常不支持
  Level 5 Powerdown state
  Level 6 Reboot state
  
  看当前的运行级别
  who -r
  
  The /etc/inittab 记录了启动的级别
  内容格式
  id: rstate: action: process
  s3: 3: wait:/ sbin/ rc3 >/ dev/ msglog 2<> /dev/ msglog   
  _____________ Run levels to which this entry applies
  
  ______运行脚本
  
  启动运行脚本:
  所有的运行脚本在/sbin下的rc0, rc1, rc2, rc3, rc5, rc6, rc等目录下,每个脚本目录针
上一篇:Java应用中的反模式开发介绍 人气:426
下一篇:JavaApplet编程之实现显示图像 人气:371
浏览全部Java的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-10-7 Web Wiz Forums(论坛系统) v9.53
2008-10-7 Web Wiz Forums(论坛系统) v9.53
2008-10-7 Web Wiz Forums(论坛系统) v9.53
2008-10-7 HDWiki v4.0.1 bulid 081007 UTF
2008-10-7 迅易评选投票管理系统 v10.0
2008-10-7 HDWiki v4.0.1 bulid 081007 GBK
2008-10-7 Bitrac单用户博客 v1.14 bulid 0
2008-10-7 OpenX(广告管理系统) v2.6.2 多国
2008-10-7 乐铺网店系统免费普及版 v3.41
2008-9-29 酷狗音乐(原KuGoo)2008 v5.310 正
2008-9-29 QQTab 1.1
2008-9-29 网络传送带 Net Transport 2.64a
2008-9-29 谷歌金山词霸v1.8
2008-9-29 TweakVI 1.0 Build 1090
2008-9-29 ACDSee Pro 2.5 Build 333 汉化绿
2008-9-29 Winamp v5.541(2189) 周明波简体
2008-9-27 CCleaner 2.12.651
2008-9-27 Mozilla Thunderbird 2.0.0.17 英
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | js/vbs加密 | md5加密 | 进制转换 | UTF-8 转换工具 | Html转换js | Html转换asp | Html转换php | Html转换perl
实用工具:汉字翻译拼音 | 拼音字典 | 符号对照表 | 个税计算 | 实时汇率查询换算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 | 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵
SEO対策 中国語教室 ホームページ作成