$ ls -al
total 7820
drwx------ 3 u0_a90 u0_a90 4096 Jan 11 22:07 .
drwx------ 4 u0_a90 u0_a90 4096 Dec 7 00:43 ..
-rw------- 1 u0_a90 u0_a90 307 Dec 29 08:20 .bash_history
drwx------ 3 u0_a90 u0_a90 4096 Jan 11 22:01 .config
-rwxrwxrwx 1 u0_a90 u0_a90 7978062 Jan 11 22:07 1.mp3
-rw------- 1 u0_a90 u0_a90 151 Jan 11 21:52 index.html -rw------- 1 u0_a90 u0_a90 151 Jan 11 21:54 login.html
$ cat index.html
<html><head><meta HTTP-EQUIV="Pragma" CONTENT="no-cache"><script language='javascript'>parent.location="/login.htm"</script></head><body></body></html>$
$ cat 1.mp3
cat: can't open '1.mp3': Permission denied
В чем может быть проблема?