Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

137
Vistas
Can't follow symbolic links created by other user using root

I've created a symbolic link "foo" using my default user (jgsiqueira) at /tmp/ pointing to a file "bar" located in my home directory:

$ ln -s /home/jgsiqueira/bar /tmp/foo
$ ls -lh /tmp/ | grep foo
lrwxrwxrwx 1 jgsiqueira jgsiqueira   20 Feb 26 12:14 foo -> /home/jgsiqueira/bar

My problem is: I would like to access the content of this file with root through this symbolic link. However, it seems that root it is not allowed to follow this link:

# cat /tmp/foo
cat: /tmp/foo: Permission denied

Can someone help me help me in understand what is going on?

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Interesting. After a quick test on my side, I had the same problem. And after a bit of research I found this. Turns out the problem comes from the /tmp folder itself which restricts the access to symbolic links (put your symbolic link in another folder, you'll see it works).

over 4 years ago · Santiago Trujillo Denunciar

0

Your target file: /home/jgsiqueira/bar is not visible for the third group of permissions bits in the inode, this has to do with the content of the file, not the listing in an ls, this third group of permissions is normally used by rut: This has nothing to do with the symbolic link.

As root or as yourself give read permissions with:

chmod 666 /home/jgsiqueira/bar
or with symbolic notation, more flexible
chmod ugo+r /home/jgsiqueira/bar

the last use with symbolic notation means:

u: user (you)
g: group
o: other (this are the permissions bits root is going to use)

bye,
Hans

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda