From e235bc9bf221f6ca142c8ef037cce336511014e3 Mon Sep 17 00:00:00 2001 From: bevilj Date: Sun, 11 Nov 2018 20:57:15 +0000 Subject: [PATCH] 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 --- site/pages/fs/Hard/Hard:symbolic_links.html | 50 --------------------- site/pages/fs/abs_rel.html | 18 -------- site/pages/fs/absolute.html | 25 +---------- site/pages/topic/cmd/advanced.html | 2 +- site/pages/topic/cmd/basic.html | 2 +- site/pages/topic/cmd/interm.html | 2 +- 6 files changed, 4 insertions(+), 95 deletions(-) delete mode 100644 site/pages/fs/Hard/Hard:symbolic_links.html delete mode 100644 site/pages/fs/abs_rel.html diff --git a/site/pages/fs/Hard/Hard:symbolic_links.html b/site/pages/fs/Hard/Hard:symbolic_links.html deleted file mode 100644 index ce0dda5..0000000 --- a/site/pages/fs/Hard/Hard:symbolic_links.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -layout: page -category: Filesystem -tags: Hard links -author: Ricardo Vivanco -title: fs -previous-page: pages/fs/Hard ---- - - - - - - - - - - - - - -
- - - -

Hard and Symbolic links

- -

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. - - -

- - - - - - - - -
- - - diff --git a/site/pages/fs/abs_rel.html b/site/pages/fs/abs_rel.html deleted file mode 100644 index b2bd936..0000000 --- a/site/pages/fs/abs_rel.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -category: File System -tags: absolute relative path -author: Marwan Announ -title: fs ---- - -

ABSOLUTE VS RELATIVE

- -

- Now, you can ask, why I have to use one or another? -
What is the difference? and questions like this. -


Don't worry, the answer it's easy.., we can use an absolute path from any location -
whereas you want to use relative path we should be present that you have to be in the working directory. -

- - diff --git a/site/pages/fs/absolute.html b/site/pages/fs/absolute.html index fd5fb63..70d38a3 100644 --- a/site/pages/fs/absolute.html +++ b/site/pages/fs/absolute.html @@ -4,20 +4,14 @@ category-page: fs category-title: FileSystem tags: absolute relative path author: Marwan Announ -title: fs +title: paths --- -

Absolute Path!

- -

First, what is a path?

-

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 "/"

-

Now, I can tell you what is an absolute path

-

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
cp /etc/passwd /tmp
cd /tmp
cat passwd - -

Now I will show you in many examples.
- -and so on.. with the sintax like above. - - - - - - - diff --git a/site/pages/topic/cmd/advanced.html b/site/pages/topic/cmd/advanced.html index 7ceba74..db27d02 100644 --- a/site/pages/topic/cmd/advanced.html +++ b/site/pages/topic/cmd/advanced.html @@ -4,4 +4,4 @@ category-page: advanced title: Advanced Commands --- -

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.We’re going to see each command separately in order to obtain a clear explanation withdifferent examples.

+

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.

diff --git a/site/pages/topic/cmd/basic.html b/site/pages/topic/cmd/basic.html index 5a83683..ec35a8c 100644 --- a/site/pages/topic/cmd/basic.html +++ b/site/pages/topic/cmd/basic.html @@ -4,4 +4,4 @@ category-page: basic title: Basic Commands --- -

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.

\ No newline at end of file +

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.

diff --git a/site/pages/topic/cmd/interm.html b/site/pages/topic/cmd/interm.html index 7b023f4..ac347e1 100644 --- a/site/pages/topic/cmd/interm.html +++ b/site/pages/topic/cmd/interm.html @@ -4,4 +4,4 @@ category-page: intermediate title: Intermediate Commands --- -

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.

+

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.