User Tools

Site Tools


skill-tree:use:1:3:b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
skill-tree:use:1:3:b [2020/06/05 17:06] – external edit 127.0.0.1skill-tree:use:1:3:b [2020/07/19 21:21] (current) lucy
Line 4: Line 4:
 The UNIX file system is organized hierarchically according to the Filesystem Hierarchy Standard. The UNIX file system is organized hierarchically according to the Filesystem Hierarchy Standard.
  
-UNIX follows the philosophy that everything is a fileDirectories are indicated with a /” separator and start from the root directory /” and different devices are linked into this tree+UNIX follows the philosophy that everything is a fileDirectories are indicated with a "/separator and start from the root directory "/and different devices are linked to this tree.
-Files or directories can be referred to either using absolute or relative file names.+
  
-Typically, several elementary programs are installed that allows to access and manipulate files and directories.+Files and directories can be referred to either using absolute or relative file names. 
 + 
 +Typically, several elementary programs are pre-installed and allow access and manipulation of files and directories.
  
 # Aim # Aim
Line 13: Line 14:
  
 # Outcomes # Outcomes
-  * Describe the organization in a hierarchical file system +  * Describe the organization of a hierarchical file system. 
-  * Explain the basic UNIX permission model and metatada of files +  * Explain the basic UNIX permission model and metadata of files. 
-  * Describe the Filesystem Hierarchy Standard and the relevance of the directories +  * Describe the Filesystem Hierarchy Standard and the relevance of the directories: 
-    etc +    etc 
-    home +    home 
-    opt +    opt 
-    lib and /usr/lib +    lib and /usr/lib 
-    bin and /usr/bin +    bin and /usr/bin 
-    sbin and /usr/sbin +    sbin and /usr/sbin 
-    tmp +    tmp 
-  * Utilize tools to navigate and traverse the file system +  * Utilize tools to navigate and traverse the file system: 
-    ls (-R, -l) +    ls (-R, -l) 
-    cd +    cd 
-    pushd/popd +    pushd/popd 
-    stat +    stat 
-  * Use tools to read files +  * Use tools to read files: 
-    cat +    cat 
-    head/tail +    head/tail 
-    less/more +    less/more 
-    cmp +    cmp 
-  * Utilize tools to manipulate the file system +  * Utilize tools to manipulate the file system: 
-    mkdir/rmdir +    mkdir/rmdir 
-    touch +    touch 
-    cp/mv +    cp/mv 
-    ln +    ln 
-  * Utilize tools to identify and manipulate permissions +  * Utilize tools to identify and manipulate permissions: 
-    chmod +    chmod 
-    chown/chgrp+    chown/chgrp
  
 # Subskills # Subskills
  
skill-tree/use/1/3/b.1591369587.txt.gz · Last modified: 2020/06/05 17:06 by 127.0.0.1