Would you like to try posting that to Google Docs and Spreadsheets and
invite people to collaborate? I'd be happy to help.

Rage

On 2/23/07, Sir John Nueva <[EMAIL PROTECTED]> wrote:
Thank you, I find all your suggestion very helpful and I will be able to
apply it
on my project.

Best Regards,
John

Below is sample of what i am doing:
------------------------------------- Start Here
--------------------------------------


GNU/Linux for Beginner
Version 1, 2007-02-21

Table Content

Chapter 1. Day 1, Navigating to the File System

Chapter 2. Day 2, Directory and File Commands

Chapter 3. Day 3, Searching for Files and Text

Chapter 4. Day 3, File Security

Chapter 5. Day 4, Adding/Modifying User Related Information

Chapter 6. Day 5, Text Editor

Chapter 7. Day 6, Compressing Data

Chapter 8. Day 7, Remote Connection


#Chapter 1. Day 1, Navigating to the File System#

#The Unix File System#
- Kahalintulad sa isang baliktad na puno kung saan ang pinakataas na bahagi
ay nag mumula sa root DIRECTORY o "/".

- Ang FILE sa "Unix File System" ay tumutukoy sa isang ordinaryung FILE
katulad nang "Text File" o kaya ay tumutukoy sa isang DIRECTORY.

Fig. 1 [image002.jpg]

#Home Directory#
Ang bawat USER ay may natatanging "Home Directory", Kung saan pag login nang
isang USER ito ang kanyang magiging "Current Working Directory".

Halimbawa mula sa Fig. 1 para sa USER na john [Using Default Set] ay
'/home/john'.

#Absolute path#
Completong pangalan na tumutukoy sa kinaroroonan nang isang FILE, Ito ay nag
sisimula sa '/' o ang tinatawag na root DIRECTORY.

Halimbawa mula sa Fig. 1

Para sa "httpd" --> "/etc/httpd"
Para sa "usr" --> "/usr"


#Relative path#
Pangalan na tumutukoy sa kinaroroonan nang isang FILE base sa "Current
Working Directory".

 '.' Current Working Directory
 ".." Ang kinaroroonan nang "Curent Working Directory"
 "~" [tilde] "Home Directory"

Halimbawa mula sa Fig. 1
Kung ang "Current Working Directory" ay "/usr":

Para sa "lib" --> "./lib"
Para sa "sam" --> "./local/sam"
Para sa "mysql" --> "../var/mysql"
Para sa "apache" --> "../opt/apache"

#Current Working Directory#
Ito ay isang DIRECTORY kung saan malalagay ang bawat FILE na lilikhain na di
gagamit nang "Absolute path" o "Relative path". Ito rin ang DIRECTORY kung
saan base ang mga pangalan nang mga FILE.

#Commands#

$pwd
Ipakita ang "Current Working Directory"
$ls
Ipakita ang laman nang "Current Working Directory".
$ls /home
Ipakita ang laman nang DIRECTORY "/home"
$ls –la
Ipakita ang laman nang "Current Working Directory" kasama ang iba pang
information katulad nang PERMISSION at "Modified Date". Ang command na ito
ay ipapakita kahit ang mga "Invisible File", mga FILE na nag mumula sa ".".
$cd /home
Magbago nang "Current Working Directory" sa "/home".
$cd
Magbago nang "Current Working Directory" sa "Home Directory" nang "Current
User".

Note:
Word that is capitalizes represent specific abstract or non-abstract idea
and commonly used in technology, whatever language is used.

Copyright (C) 2007
Engr. Sir John Nueva, Quezon City Metro Manila, Philippines
Verbatim copying and distribution of this entire article is permitted in any
medium without royalty provided this notice is preserved.

------------------------------------- End Here
--------------------------------------


On 22 Feb 2007 18:04:15 +0000, Ciaran O'Riordan <[EMAIL PROTECTED]> wrote:
>
> Isang angkop na lisensya ang GFDL, pero, kung gusto mo maikli ang
lisensya,
> heto ang gingamit ko sa aking website:
>
> Verbatim copying and distribution of this entire article is permitted in
> any medium, provided this notice is preserved. Copying and distribution of
> works based on this article are permitted, provided that such works carry
> three things: (1) this copyright notice, (2) prominent notices stating the
> that it has been changed, and (3) information for how to obtain the
> original (such as a URL).
>
>
>
> --
> Ciarán O'Riordan __________________ \
http://fsfeurope.org/projects/gplv3
> http://ciaran.compsoc.com/ _________ \  GPLv3 and other work supported by
> http://fsfe.org/fellows/ciaran/weblog \   Fellowship:
http://www.fsfe.org
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph)
> Read the Guidelines: http://linux.org.ph/lists
> Searchable Archives: http://archives.free.net.ph
>



--
Engr. Sir John Nueva, REE
[EMAIL PROTECTED]

http://www.geocities.com/linuxpinoy/linuxinfilipino/index.htm
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph



--
Rage Callao
Free Software :: empower :: educate
Blog: http://ragecallao.wordpress.com
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to