[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

AW: why symbolic link arnt visible?



Hello and thanks for so meny answer

f: /
drwxr-xr-x root root /

f: /var
drwxr-xr-x root root /
drwxr-xr-x root root var

f: /var/lib
drwxr-xr-x root root /
drwxr-xr-x root root var
drwxr-xr-x root root lib

f: /var/lib/rancid
drwxr-xr-x root   root   /
drwxr-xr-x root   root   var
drwxr-xr-x root   root   lib
drwxr-xr-x rancid rancid rancid

f: /var/lib/rancid/routers
drwxr-xr-x root   root   /
drwxr-xr-x root   root   var
drwxr-xr-x root   root   lib
drwxr-xr-x rancid rancid rancid
drwxr-x--- rancid rancid routers

f: /var/lib/rancid/routers/configs
drwxr-xr-x root   root   /
drwxr-xr-x root   root   var
drwxr-xr-x root   root   lib
drwxr-xr-x rancid rancid rancid
drwxr-x--- rancid rancid routers
drwxr-x--- rancid rancid configs


# ls -ld / /var /var/lib /var/lib/rancid /var/lib/rancid/routers
/var/lib/rancid/routers/configs
drwxr-xr-x 20 root   root   4096 Feb  3 13:55 /
drwxr-xr-x 13 root   root   4096 Nov  7 20:24 /var
drwxr-xr-x 31 root   root   4096 Apr 25 18:28 /var/lib
drwxr-xr-x  7 rancid rancid 4096 Apr 27 18:39 /var/lib/rancid
drwxr-x---  4 rancid rancid 4096 Apr 27 18:44 /var/lib/rancid/routers
drwxr-x---  2 rancid rancid 4096 Apr 27 18:44
/var/lib/rancid/routers/configs




-----Ursprüngliche Nachricht-----
Von: Greg Wooledge <greg@wooledge.org> 
Gesendet: Freitag, 28. April 2023 13:55
An: debian-user@lists.debian.org
Betreff: Re: why symbolic link arnt visible?

On Fri, Apr 28, 2023 at 06:53:11AM +0200, Maurizio Caloro wrote:
> (Unattributed:)
> >Could you do ls -l to /var/lib/rancid, /var/lib/rancid/routers and so on
until .../c3560?
> Every file in this path "-R rancid:randic /var/lib/rancid"

Please actually show us.  Use either of these two commands:

# namei -l /var/lib/rancid/routers/configs

# ls -ld / /var /var/lib /var/lib/rancid /var/lib/rancid/routers
/var/lib/rancid/routers/configs

Run one of these commands in a terminal.  Then paste the entire block of
lines, from the shell prompt + command that you ran all the way down to the
next shell prompt, into the body of your email.

Here's an example:

unicorn:~$ namei -l /usr/local/bin/bash-5.2
f: /usr/local/bin/bash-5.2
drwxr-xr-x root root  /
drwxr-xr-x root root  usr
drwxr-sr-x root staff local
drwxr-sr-x root staff bin
lrwxrwxrwx root staff bash-5.2 -> bash-5.2.12
-rwxr-xr-x root staff   bash-5.2.12
unicorn:~$ 



Reply to: