샤브의 블로그 RSS 태그 관리 글쓰기 방명록
분류 전체보기 (234)
2010-09-01 01:19:22

보호글입니다.
비밀번호를 입력하셔야 내용을 보실 수 있습니다.


2010-09-01 00:52:06

Name

    fsck– 파일 시스템을 점검하고 고친다.

Synopsis

    fsck [-F FSType] [-m] [-V] [-v] [special]...
    fsck [-F FSType] [-n | N | y | Y] [-V] [-v] 
         [-o FSType-specific-options] [special]...

Description

    fsck audits and interactively repairs inconsistent file system conditions. If the file system is inconsistent the default action for each correction is to wait for the user to respond yes or no. If the user does not have write permission fsck defaults to a no action. Some corrective actions will result in loss of data. The amount and severity of data loss can be determined from the diagnostic output.

    FSType-specific-options are options specified in a comma-separated (with no intervening spaces) list of options or keyword-attribute pairs for interpretation by the FSType-specific module of the command.

    special represents the character special device on which the file system resides, for example, /dev/rdsk/c1t0d0s7. Note: the character special device, not the block special device, should be used. fsck will not work if the block device is mounted.

    If no special device is specified fsck checks the file systems listed in /etc/vfstab. Those entries in /etc/vfstab which have a character special device entry in the fsckdev field and have a non-zero numeric entry in the fsckpass field will be checked. Specifying -F FSType limits the file systems to be checked to those of the type indicated.

    If special is specified, but -F is not, the file system type will be determined by looking for a matching entry in /etc/vfstab. If no entry is found, the default local file system type specified in /etc/default/fs will be used.

    If a file system type supports parallel checking, for example, ufs, some file systems eligible for checking may be checked in parallel. Consult the file system-specific man page (for example, fsck_ufs(1M)) for more information.

Options

    The following generic options are supported:

    -F FSType

    Specify the file system type on which to operate.

    -m

    Check but do not repair. This option checks that the file system is suitable for mounting, returning the appropriate exit status. If the file system is ready for mounting, fsck displays a message such as:


    ufs fsck: sanity check: /dev/rdsk/c0t3d0s1 okay
    -n | -N

    Assume a no response to all questions asked by fsck; do not open the file system for writing.

    -V

    Echo the expanded command line but do not execute the command. This option may be used to verify and to validate the command line.

    -v

    Enables verbose output. Might not be supported by all filesystem-specific fsck implementations.

    -y | Y

    Assume a yes response to all questions asked by fsck.

    -o specific-options

    These specific-options can be any combination of the following separated by commas (with no intervening spaces).

    b=n

    Use block n as the super block for the file system. Block 32 is always one of the alternate super blocks. Determine the location of other super blocks by running newfs(1M) with the -Nv options specified.

    c

    If the file system is in the old (static table) format, convert it to the new (dynamic table) format. If the file system is in the new format, convert it to the old format provided the old format can support the file system configuration. In interactive mode, fsck will list the direction the conversion is to be made and ask whether the conversion should be done. If a negative answer is given, no further operations are done on the file system. In preen mode, the direction of the conversion is listed and done if possible without user interaction. Conversion in preen mode is best used when all the file systems are being converted at once. The format of a file system can be determined from the first line of output from fstyp(1M). Note: the c option is seldom used and is included only for compatibility with pre-4.1 releases. There is no guarantee that this option will be included in future releases.

    f

    Force checking of file systems regardless of the state of their super block clean flag.

    p

    Check and fix the file system non-interactively (“preen”). Exit immediately if there is a problem requiring intervention. This option is required to enable parallel file system checking.

    w

    Check writable file systems only.

Exit Status

    0

    file system is unmounted and OK

    1

    erroneous parameters are specified

    32

    file system is unmounted and needs checking (fsck -m only)

    33

    file system is already mounted

    34

    cannot stat device

    35

    a filesystem that is mounted read/write was modified – reboot

    36

    uncorrectable errors detected - terminate normally

    37

    a signal was caught during processing

    39

    uncorrectable errors detected - terminate immediately

    40

    file system is mounted read-only and is OK

Usage

    The fsck command is large file aware for UFS file systems, per the largefile(5) man page.

Files

    /etc/default/fs

    default local file system type. Default values can be set for the following flags in /etc/default/fs. For example: LOCAL=ufs.

    LOCAL

    The default partition for a command if no FSType is specified.

    /etc/vfstab

    list of default parameters for each file system

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsu 

    Interface Stability 

    Committed 

See Also

Warnings

    The operating system buffers file system data. Running fsck on a mounted file system can cause the operating system's buffers to become out of date with respect to the disk. For this reason, the file system should be unmounted when fsck is used. If this is not possible, care should be taken that the system is quiescent and that it is rebooted immediately after fsck is run. Quite often, however, this will not be sufficient. A panic will probably occur if running fsck on a file system modifies the file system.

Notes

    This command may not be supported for all FSTypes.

    Starting with Solaris 9, fsck manages extended attribute data on the disk. (See fsattr(5) for a description of extended file attributes.) A file system with extended attributes can be mounted on versions of Solaris that are not attribute-aware (versions prior to Solaris 9), but the attributes will not be accessible and fsck will strip them from the files and place them in lost+found. Once the attributes have been stripped, the file system is completely stable on versions of Solaris that are not attribute-aware, but would be considered corrupted on attribute-aware versions. In the latter circumstance, run the attribute-aware fsck to stabilize the file system before using it in an attribute-aware environment.


'Device & Language > Solaris 10' 카테고리의 다른 글

Hardware Diagnostics for Sun Systems  (0) 2010.09.01
manpages section 1M: System Administration Commands  (0) 2010.09.01
솔10 svcadm  (0) 2010.09.01
fsck-spec  (0) 2010.09.01
svcs– report service status  (0) 2010.09.01
2010-09-01 00:34:58
정보가 많아질수록 그 의미는 적어진다. -보들레르

※ 정보를 늘려야 한다.
※ 거짓 정보를 제거해야 한다.
※ 예측 해야 한다.

위의 단순한 명제를 가지고서 정보의 순수도, 활용도를 높일 수 있을 것이다.

1. 현재 사용하고 있는  내공을 지속적으로 유지하여야한다.
   => 현상 유지
2. 전문가들의 영입을 늘려야 한다.
   => 신뢰할 수 있는 정보의 근원을 영입하여 신뢰도 하락을 막는다.
3. 정보의 유용도를 평가하여 사용한다.
   => 정보에 평가를 하여 정보에 정보를 더한다.
4. 위키백과와 같은 매체를 활용한다.
   => 다량의 신뢰할 수 있는 정보를 가지고 있는 매체를 영입하여 정보의 활용도를 높인다. 네이트의 시맨틱과 유사한...
5. 노트와 같이 그 지식을 활용하는 사람들의 활용도 부분을 표시할 수 있는 부분을 만들어서 핵심적인 부분만을 강조하도록 한다.
   => 정보에 정보를 더하는 알파 효과를 더한다.
6. 스팸 센더와 같이 지식인의 급을 낮추는 유져에 대한 필터링을 해 게시할 경우 그 정보를 판단하도록 한다. 불량 유저로 분리될 경우 지식인 게시 제한을 걸게 한다.
   => 불량 유져를 정보 게시로 부터 분리를 실시한다.
7. 현재 답변을 다는 사람이 등급별로 나오는 것을 바꾸어서 타 온라인 게임에서처럼 준법적인 유져인지 카오스 유져인지 분별하는 것처럼 불량 유져에 대한 알림 부분을 부각시킬 수 있도록 한다.
   => 불량 유져는 다시 불량한 내용을 올릴 확률이 높으므로 이에 대한 차별화를 하여 불량한 내용을 게시하는 사람의 지식은 활용을 퇴화 시켜야 한다.
8. 현재 가지고 있는 내공을 그 정보를 활용하는 사람이 많으면 많을 수록 추가 내공을 받도록 인센티브 효과를 누리고 받은 내공은 실재 재화와 같은 효과를 누릴 수 있도록 한다.
   => 정보에 정보를 더하는 효과를 노린다.
2010-09-01 00:06:35
인텔은 최근 맥아피를 인수하면서 인텔의 3대 핵심 컴퓨팅 전략으로, 에너지 효율, 보안, 인터넷 연결 등을 꼽았다.

한편, 이번 인피니온 WSB  인수가격은 14억달러이며, 이와 관련된 모든 인수 절차는 내년 1분기중 완료될 에정인 것으로 알려졌다.

WSB는 인피니온 매출의 30%가량을 차지하며 주요 고객은 애플과 LG전자 등이다.

폴 오텔리니 인텔 CEO는 인피니온 WSB인수는 3대 핵심 컴퓨팅 전략에서 중요한 역할을 하게 될것 이라며 와이파이, 3G, 와이맥스와 LTE 등 인텔의 무선 인터넷 제품 포트폴리오를 강화해 줄 것이라고 말했다.

[출처:아이뉴스24]

  인텔은 지금까지 CPU로 먹어 살온 기업이라고 해도 과언이 아니다. 하지만 유비쿼터스를 향한 IT의 거센 물결을 담당하고 있는 스마트폰은 보안에 취약점을 드러내고 있다. 한때 보드에 백신을 첨가하는데 관심을 가지고 있었다고 한다. 지금과 같이 보안과 휴대 기기의 웹에 접근성이 높아지고 있는 시점에서 인텔은 단지 백신기업이 욕심 났거나 죽이려는 수작이 아닌 그 기업을 CPU, 백신, 인터넷을 한꺼번에 아우루는 거대한 전략을 구상하고 있는 것이다.
  하지만 현재까지 인텔은 휴대기기 CPU 시작에서 큰 힘을 발휘하지 못하고 있다. 이제 앞으로의 시장에서 인텔의 행보가 주목되는 상황이라 할 수 있겠다.

  백신을 CPU와 보드에 탑재하게 된다면 어떻게 될 것인가... 근본적인 문제를 없애는 것은 불가능하겠지만 CPU 가격은 상승하겠지만(우리는 마소의 끼워팔기에 적응이 이미 되어 있으니 이부분은 적응이 되어 있으리라...) 보안으로 발생하게 될 문제는 적어지게 되겠지만 현재 우리가 알고 있는 백신 업체들은 두근두근~ 판세가 변하는 것을 바라보는 중요한 사람들이 아닐런지...
2010-08-31 17:41:58

'Device & Language > Java' 카테고리의 다른 글

ejb 3.0 spec persistence  (0) 2010.09.01
ejb 3.0 spec ejbcore  (0) 2010.09.01
특성과 제한자의 가능한 모든 조합  (0) 2010.08.31
Java의 연산자(내림차순)  (0) 2010.08.31
배열 원소의 최기값  (0) 2010.08.31
2010-08-31 17:16:47

 제한자  클래스  변수  메소드  생성자  자유블록
 public  yes  yes  yes  yes  no
 protected  no  yes  yes  yes  no
 (default)[각주:1]  yes  yes  yes  yes  yes
 private  no  yes  yes  yes  no
 final  yes  yes  yes  no  no
 abstract  yes  no  yes  no  no
 static  no  yes  yes  no  yes
 native  no  no  yes  no  no
 transient  no  yes  no  no  no
 volatile  no  yes  no  no  no
 synchronized  no  no  yes  no  yes

  1. Default는 제한자가 아니다. 단지 아무런 제한자가 명시되지 않았을 경우에 대한 접근 권한을 나태내는 이름일 뿐이다. [본문으로]

'Device & Language > Java' 카테고리의 다른 글

ejb 3.0 spec ejbcore  (0) 2010.09.01
확장 형 변환  (0) 2010.08.31
Java의 연산자(내림차순)  (0) 2010.08.31
배열 원소의 최기값  (0) 2010.08.31
CellPhone 클래스를 완성하라!  (0) 2010.08.25
2010-08-31 16:55:21

 카테고리 연산자 
 단항 연산자  ++     --     +     -     !     ~
 산술 연산자   *     /      %     +      -
 쉬프트 연산자  <<     >>     >>>
 비교 연산자  <     <=     >     >=     instanceof     ==      !=
 비트 단위 연산자  &     ^     |
 쇼트-서킷 연산자  &&     ||
 조건 연산자  ?|(삼항연산자)
 대입 연산자  =     op=

'Device & Language > Java' 카테고리의 다른 글

확장 형 변환  (0) 2010.08.31
특성과 제한자의 가능한 모든 조합  (0) 2010.08.31
배열 원소의 최기값  (0) 2010.08.31
CellPhone 클래스를 완성하라!  (0) 2010.08.25
Java StringBuilder vs StringBuffer  (1) 2010.08.23
2010-08-31 16:50:42

 데이터형
초기값 
 데이터형
초기값 
 byte
 short
 0
 int
 0
 long
 0L
 float
 0.0f
 double
 0.0d
 char
 '\u0000'
 boolean
 false
 객체 참조
 null
 
 

'Device & Language > Java' 카테고리의 다른 글

특성과 제한자의 가능한 모든 조합  (0) 2010.08.31
Java의 연산자(내림차순)  (0) 2010.08.31
CellPhone 클래스를 완성하라!  (0) 2010.08.25
Java StringBuilder vs StringBuffer  (1) 2010.08.23
Java Message Service spec  (0) 2010.08.22
2010-08-31 13:54:08
2010-08-31 13:49:27