parent
686d3ef8c2
commit
73d1c97f3a
6 changed files with 28 additions and 51 deletions
Binary file not shown.
Binary file not shown.
@ -1,19 +0,0 @@ |
||||
maddl@NB-Maddl:~$ function a() { echo null; } |
||||
maddl@NB-Maddl:~$ a |
||||
null |
||||
maddl@NB-Maddl:~$ function a_desinfect() { echo desinfect; } |
||||
maddl@NB-Maddl:~$ a_desinfect |
||||
desinfect |
||||
maddl@NB-Maddl:~$ alias a=a_desinfect |
||||
maddl@NB-Maddl:~$ a |
||||
desinfect |
||||
maddl@NB-Maddl:~$ alias --help |
||||
bash: alias: --: Ungültige Option |
||||
alias: Gebrauch: alias [-p] [Name[=Wert] ... ] |
||||
maddl@NB-Maddl:~$ man alias |
||||
Kein Handbucheintrag für alias vorhanden |
||||
maddl@NB-Maddl:~$ alias a=a |
||||
maddl@NB-Maddl:~$ a |
||||
null |
||||
maddl@NB-Maddl:~$ |
||||
|
@ -1,13 +1,13 @@ |
||||
Erorr Liste: |
||||
Erorrs: |
||||
|
||||
ID: Description |
||||
---------------------------------------------------- |
||||
1 Allgemeiner Fehler |
||||
2 No Paramters / wrong parameters |
||||
3 Wrong Settings! |
||||
4 Programm missing |
||||
1 general error |
||||
2 no paramters / wrong parameters |
||||
3 wrong settings |
||||
4 programm missing |
||||
|
||||
10 no root |
||||
10 need root permission |
||||
11 file no found |
||||
12 dir not found |
||||
13 cant create/delete file/dir |
@ -1,2 +0,0 @@ |
||||
initrd: |
||||
https://help.ubuntu.com/community/LiveCDCustomization#Removing_the_.28Casper.29_Autologina |
Loading…
Reference in new issue