Project

General

Profile

Actions

Task #5753

closed

Create Linux beginners guide

Added by Nico Schottelius over 5 years ago. Updated 3 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/03/2018
Due date:
01/03/2019
% Done:

0%

Estimated time:
PM Check date:

Description

On Linux Beginners Guide

Describe

  • ps aux
  • pipe'ing
  • Mini screen manual: c-a [, c-a d, ...
  • ...
Actions #1

Updated by Nico Schottelius over 5 years ago

  • Assignee set to Marc Auer
Actions #2

Updated by Nico Schottelius over 5 years ago

  • Description updated (diff)
  • Due date set to 10/10/2018
Actions #3

Updated by Nico Schottelius over 5 years ago

+ watcher

Actions #4

Updated by Nico Schottelius over 5 years ago

  • Description updated (diff)
Actions #5

Updated by Marc Auer over 5 years ago

Linux Beginner Guide

ps aux

ps - snapshot of of the current processes.

a = show processes for all users
u = display the process's user/owner
x = also show processes not attached to a terminal

pipe'ing

A pipe is a form of redirection that is used in Linux and other Unix-like operating systems to send the output of one program to another program for further processing.

example: ip addr | grep inet

Mini screen manual

Screen is an application that allows multiple use of terminal sessions within one window.

ctrl + a + c = open new Screen session

screen -S sitzung1 = opens a new session, named "sitzung 1"

screen -ls = lists all available sessions

Actions #6

Updated by Marc Auer over 5 years ago

  • Status changed from New to In Progress
Actions #7

Updated by Nico Schottelius about 5 years ago

  • Due date changed from 10/10/2018 to 01/03/2019

Marc, please create a wiki page named "Linux beginners guide" and turn it into an article that users can go through.
I.e.

```
h2. How to use piping

... what is piping?

... 2-3 examples that can be used by the users
```

And like the other pages, have a STATUS section at the beginning. Please finish by next week.

Actions #8

Updated by Marc Auer about 5 years ago

- added wiki page
- added tutorials$
- added basic directories

Actions #9

Updated by Nico Schottelius almost 5 years ago

  • Status changed from In Progress to New
  • Assignee deleted (Marc Auer)
Actions #10

Updated by Nico Schottelius 3 months ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF