Solaris Note!

.    = Cerrent Diretrory
..    = Parent Diretrory
tail    = 10 บrecord later
wc    = Word Count
lp    = Printer file (Sytex   =  lp -d (see /printer))
: lpstat -0  =  chack Status Printer
: Cancel Printer = Cancel Job Printer

cp    = copy file base
cp -r    = copy Diretory to PWD
cp -i    = copy :Ask copy File  Exc: cp -ri = copy ask copy all file , cp file* dir3
mv    = Sytax : mv file* dir3   ,  mv dir2 dir3 = move dir2 to Diretrory dir3
: mv -i source target = Confirm File Move
: $ pwd
/export/home/user1
$ ls practice
mailbox    project2    projection    research    results
$ mv practice letters
$ ls letters
mailbox    project2    projection    research    res
Create File :::::::::
touch    = Exc : touch filename   : Creating Empty Files
echo    = echo>file
VI    = Vi save file
symbolic Link = Shut cut    Exe : lrwxrwxrwx   1 root root    30 2010-08-12 15:02 vmlinuz -> boot/vmlinuz-2.6.32-2
:  Syntex : ln -s source_file target_file

::::::::::::::
VI
Edit Mode To Command Mode :  ESC
Command To Edite Mode
i,I = Insert    (i = Insert text),(I = Top Insert text)
a,A = Appent    (a = Appent back Cerser),(A =Appent Last Cerser)
o,O = Insert Record    (o = Insert Under Cerser),(O = Insert On cerser)
hjkl = Top,Last,Life,Right

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.