topics: fix typos and remove broken contents

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@110 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-11-11 20:57:15 +00:00
parent cf3e3a35d2
commit e235bc9bf2
6 changed files with 4 additions and 95 deletions

View File

@ -1,50 +0,0 @@
---
layout: page
category: Filesystem
tags: Hard links
author: Ricardo Vivanco
title: fs
previous-page: pages/fs/Hard
---
<html>
<head>
</head>
<body>
<header>
<h1>Hard and Symbolic links</h1>
<p>In Unix-like operating systems such as Linux, “everything is a file” and a file
is fundamentally a link to an inode (a data structure that stores everything about a
file apart from its name and actual content).
A hard link is a file that points to the same underlying inode, as another file.
In case you delete one file, it removes one link to the underlying inode. Whereas a
symbolic link (also known as soft link) is a link to another filename in the filesystem.
Another important difference between the two types of links is that hard links can only
work within the same filesystem while symbolic links can go across different filesystems.
</p>
</header>
</body>
</html>

View File

@ -1,18 +0,0 @@
---
layout: page
category: File System
tags: absolute relative path
author: Marwan Announ
title: fs
---
<h1>ABSOLUTE VS RELATIVE</h1>
<p>
Now, you can ask, why I have to use one or another?
<br> What is the difference? and questions like this.
<br> <br> <br> Don't worry, the answer it's easy.., we can use an absolute path from any location
<br> whereas you want to use relative path we should be present that you have to be in the working directory.
</p>
<!-- quiz about absolute vs relative, where the user have to choose one or another(javascript) -->

View File

@ -4,20 +4,14 @@ category-page: fs
category-title: FileSystem
tags: absolute relative path
author: Marwan Announ
title: fs
title: paths
---
<h1>Absolute Path!</h1>
<h2>First, what is a path?</h2>
<p>
A path is a location to a folder or file in a file system of a Operating System, then is a combination of characters
and "/"
</p>
<h3>Now, I can tell you what is an absolute path</h3>
<p>
An absolute path is defined as specifying the location of a file or directory from the root directory(/).
In other words we can say absolute path is a complete path from start of actual filesystem from / directory.
@ -64,20 +58,3 @@ Now, as we learned from the previous pages we can use other commands in addition
<br>cp /etc/passwd /tmp
<br>cd /tmp
<br>cat passwd
<h6> Now I will show you in many examples.</h6>
and so on.. with the sintax like above.
<!-- <p>
<img src="0.1.jpg" alt=" ls of /etc without"/>
</p>
<p>
<img src="0.2.jpg" alt=" cd /tmp (go to tmp yuppyy)"/>
</p> -->
<!-- quiz in javascript about absolute and what the user know after the reading-->

View File

@ -4,4 +4,4 @@ category-page: advanced
title: Advanced Commands
---
<p class="description-section">In advanced topics we will see the commands for the text manipulation and in the end weare going to explain the main text editor of Unix.The text manipulation is very important if you decide to use your computer through the shell,inthis way you can take the notes or modify and examine text file quickly.Were going to see each command separately in order to obtain a clear explanation withdifferent examples.</p>
<p class="description-section">In advanced topics we will see advanced commands such as those for text manipulation and some Unix text editors. Text manipulation is very important if you decide to use your computer through the shell, this way you can take the notes or modify and examine text file quickly.</p>

View File

@ -4,4 +4,4 @@ category-page: basic
title: Basic Commands
---
<p class="description-section">If you are new to Shell or a Beginner who just want to refresh his knowledge this is the section for you. Move your first steps in this interface by learning and trying this selection of Basic Commands which allow you to do routine operations in a different way.</p>
<p class="description-section">If you are new to the shell or a beginner who just want to refresh his knowledge this is the section for you. Move your first steps in this interface by learning and trying this selection of basic commands which allow you to do routine operations in a different way.</p>

View File

@ -4,4 +4,4 @@ category-page: intermediate
title: Intermediate Commands
---
<p class="description-section">This section attempts to be your guide through a wide range of effective and slightly convoluted shell commands, once you get comfortable with working on the terminal and its basics, you will be able to understand further the importance and usefulness of acquiring a solid knowledge of Shell.Most commands in this section are appropriate to your daily tasks as a computer scientist, you can also learn how to script these tasks and automate them. Commands vary from compressing a file and changing group permissions to installing new widgets and commands available on diverse online sources.A lot of examples are available for each individual command and their most relevant flags, so that you can learn in an interactive and visual way.</p>
<p class="description-section">This section attempts to be your guide through a wide range of effective and slightly convoluted shell commands: once you get comfortable with working on the terminal and its basics, you will be able to understand further the importance and usefulness of acquiring a solid knowledge of Shell. Most commands in this section are appropriate to your daily tasks as a computer scientist, you can also learn how to script these tasks and automate them. These commands vary from compressing a file and changing group permissions to installing new commands available on diverse online sources. A lot of examples are available for each individual command and their most relevant flags, so that you can learn in an interactive and visual way.</p>