Mount a drive on Unix - Linux so that every user can read it
how can I mount a drive so every user can read it?
chmod the mountpoint
would a dir with the sticky bit set look like: drwxrwxrwt ?
yes
sticky bit just places the t at the end
the other is chmod 777
ah
thanks