SU funktioniert nicht mehr

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Benutzeravatar
Manfred
Beiträge: 1977
Registriert: 08.02.2004 10:51:23
Wohnort: Far Far Away

Beitrag von Manfred » 16.11.2004 09:51:50

In der /etc/profile wird der Path so angegeben:

Code: Alles auswählen

PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games"
Steht so auch eins zu eins bei der Abfrage echo $PATH
Ciao

Manfred

A computer only does what you actually told it to do - not what you thought you told it to do.

Benutzeravatar
KBDCALLS
Moderator
Beiträge: 22449
Registriert: 24.12.2003 21:26:55
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Dortmund
Kontaktdaten:

Beitrag von KBDCALLS » 16.11.2004 12:05:04

Möglichkeit wöre auch die Datei /etc/securetty

dir -l /etc/securetty

chmod 644 /etc/securetty

und das Verzeichnis /etc/security samt Inhalt

dir -l -d /etc/security

dir -l /etc/security

chmod 755 /etc/security

und der Inhalt des Verzeichnisses 644
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.

EDV ist die Abkürzung für: Ende der Vernunft

Bevor du einen Beitrag postest:
  • Kennst du unsere Verhaltensregeln
  • Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.

Benutzeravatar
Manfred
Beiträge: 1977
Registriert: 08.02.2004 10:51:23
Wohnort: Far Far Away

Beitrag von Manfred » 18.11.2004 14:50:51

Ergebnisse dieser Abfragen:


dir -l /etc/securetty

Code: Alles auswählen

dir -l /etc/securetty
-rw-rw-rw-    1 root     root          994 2004-09-26 22:24 /etc/securetty
chmod 644 /etc/securetty

Code: Alles auswählen

 chmod 644  /etc/securetty
root@ems:~# dir -l /etc/securetty
-rw-r--r--    1 root     root          994 2004-09-26 22:24 /etc/securetty
und das Verzeichnis /etc/security samt Inhalt

dir -l -d /etc/security

Code: Alles auswählen

dir -l -d  /etc/security
drwxrwxrwx    3 root     root         4096 2004-09-26 22:24 /etc/security
dir -l /etc/security

Code: Alles auswählen

 dir -l  /etc/security
insgesamt 28
-rw-rw-rw-    1 root     root         2446 2004-09-26 22:24 access.conf
drwxrwxrwx    2 root     root         4096 2004-09-26 22:24 console.apps
-rw-rw-rw-    1 root     root           12 2004-09-26 22:24 fileshare.conf
-rw-rw-rw-    1 root     root         2246 2004-09-26 22:24 group.conf
-rw-rw-rw-    1 root     root         1519 2004-09-26 22:24 limits.conf
-rw-rw-rw-    1 root     root         3101 2004-09-26 22:24 pam_env.conf
-rw-rw-rw-    1 root     root         2153 2004-09-26 22:24 time.conf
chmod 755 /etc/security

Code: Alles auswählen

 chmod 755  /etc/security
root@ems:~# dir -l  /etc/security
insgesamt 28
-rw-rw-rw-    1 root     root         2446 2004-09-26 22:24 access.conf
drwxrwxrwx    2 root     root         4096 2004-09-26 22:24 console.apps
-rw-rw-rw-    1 root     root           12 2004-09-26 22:24 fileshare.conf
-rw-rw-rw-    1 root     root         2246 2004-09-26 22:24 group.conf
-rw-rw-rw-    1 root     root         1519 2004-09-26 22:24 limits.conf
-rw-rw-rw-    1 root     root         3101 2004-09-26 22:24 pam_env.conf
-rw-rw-rw-    1 root     root         2153 2004-09-26 22:24 time.conf
und der Inhalt des Verzeichnisses 644

Code: Alles auswählen

chmod 644  /etc/security
root@ems:~# dir -l  /etc/security
insgesamt 28
-rw-rw-rw-    1 root     root         2446 2004-09-26 22:24 access.conf
drwxrwxrwx    2 root     root         4096 2004-09-26 22:24 console.apps
-rw-rw-rw-    1 root     root           12 2004-09-26 22:24 fileshare.conf
-rw-rw-rw-    1 root     root         2246 2004-09-26 22:24 group.conf
-rw-rw-rw-    1 root     root         1519 2004-09-26 22:24 limits.conf
-rw-rw-rw-    1 root     root         3101 2004-09-26 22:24 pam_env.conf
-rw-rw-rw-    1 root     root         2153 2004-09-26 22:24 time.conf
Ciao

Manfred

A computer only does what you actually told it to do - not what you thought you told it to do.

Antworten