Previous: ±× ¿ÜÀÇ °Íµé Up: No Title

»ç¿ë¿¹


    baram%ls
    bin          boot         usr         vmunix         
    baram%ls -a
    .            .cshrc       bin         usr
    ..           .login       boot        vmunix
    baram%ls -l
    total 3551
    -rwxrwxrwx  1 root            7 Jan 28 22:23 bin 
    -r--r--r--  1 root       110352 Jan 28 22:23 boot
    -rxwrxwrxw  1 root      2034958 Jan 28 23:34 usr
    -rwxr-xr-x  1 root      1435841 Jan 29 08:00 vmunix
    baram%pwd
    /
    baram%cd usr
    baram%pwd
    /usr
    baram%ls
    bin         cutty        man
    baram%cd bin
    baram%pwd
    /usr/bin
    baram%cd ../man
    baram%pwd
    /usr/man
    baram%cd /usr/bin/
    baram%pwd
    /usr/bin
    baram%cd /
    baram%cd
    baram%whoami
    cutty
    baram%pwd
    /usr/cutty
    baram%ls
    Mail         News         ftp          zen.txt
    Mine         archie_site  tmp          zen_art.zoo
    baram%mkdir test
    baram%ls
    Mail         News         ftp          tmp          zen_art.zoo
    Mine         archie_site  test         zen.txt
    baram%cd test
    baram%pwd
    /usr/cutty/test
    baram%cd ..
    baram%pwd
    /usr/cutty
    baram%rmdir test
    baram%ls
    Mail         News         ftp          zen.txt
    Mine         archie_site  tmp          zen_art.zoo
    baram%ls -l
    total 286
    drwxr-xr-x  2 cutty         512 Feb 20 04:43 Mail
    drwx------  6 cutty         512 Feb  8 16:28 Mine
    drwxr-xr-x  2 cutty         512 Dec 29 16:24 News
    -rw-------  1 cutty         898 Feb 11 01:56 archie_site
    drwxr-xr-x  3 cutty         512 Feb 20 05:05 ftp
    drwx------  2 cutty         512 Feb 17 06:19 tmp
    -rw-------  1 cutty      183742 Feb 23 00:57 zen.txt
    -rw-------  1 cutty       89775 Feb 23 00:57 zen_art.zoo
    baram%chmod 777 tmp
    baram%ls -l
    total 286
    drwxr-xr-x  2 cutty         512 Feb 20 04:43 Mail
    drwx------  6 cutty         512 Feb  8 16:28 Mine
    drwxr-xr-x  2 cutty         512 Dec 29 16:24 News
    -rw-------  1 cutty         898 Feb 11 01:56 archie_site
    drwxr-xr-x  3 cutty         512 Feb 20 05:05 ftp
    drwxrwxrwx  2 cutty         512 Feb 17 06:19 tmp
    -rw-------  1 cutty      183742 Feb 23 00:57 zen.txt
    -rw-------  1 cutty       89775 Feb 23 00:57 zen_art.zoo
    baram%rm zen.txt
    baram%ls
    Mail         News         ftp          tmp
    Mine         archie_site  mbox         zen_art.zoo
    baram%mv zen_art.zoo zen.zoo
    baram%ls
    Mail         News         ftp          tmp
    Mine         archie_site  mbox         zen.zoo
    baram%finger
    Login       Name              TTY Idle    When    Where
    yokkom   Back Young-joon       co      Thu 16:43 
    cutty    Kim Young-il          p2      Thu 16:29  sts.kreonet.RE.k    
    yokkom   Back Young-joon       p3      Thu 16:44  :0.0                
    baram%who
      4:44pm  up 3 days, 23:53,  3 users,  load average: 5.40, 4.57, 4.16
    User     tty       login@  idle   JCPU   PCPU  what
    yokkom   console   4:43pm     1     10      9  olwmslave 
    cutty    ttyp2     4:29pm            4         w 
    yokkom   ttyp3     4:44pm                      -sh 
    baram%man man
    Reformatting page.  Wait... done

MAN(1) USER COMMANDS MAN(1)

NAME man - display reference manual pages; find reference pages by keyword

SYNOPSIS man [-] [-t] [-M path] [-T macro-package] [[section] title ...] ...

DESCRIPTION man displays information from the reference manuals. It can ..............

OPTIONS -t man arranges for the specified manual pages to be troffed to a suitable raster output device (see ... -M path Change the search path for manual pages... ....

SEE ALSO apropos(1), cat(1V), col(1V), eqn(1), lpr(1), more(1), ....

NOTES Because troff is not 8-bit clean, man has not been made 8- bit clean.........

chitos@baram.kaist.ac.kr / SPARCS