Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find permissions of symlink target #1

Open
toppk opened this issue Mar 24, 2018 · 0 comments
Open

find permissions of symlink target #1

toppk opened this issue Mar 24, 2018 · 0 comments

Comments

@toppk
Copy link

toppk commented Mar 24, 2018

use -L

ls -l /dev/marker-r0/

total 0
lrwxrwxrwx 1 root root 8 Mar 24 11:59 osd.0-block+raw -> ../dm-15
lrwxrwxrwx 1 root root 8 Mar 24 11:56 osd.0-data -> ../dm-14

ls -lL /dev/marker-r0/

total 0
brw------- 1 ceph root 253, 15 Mar 24 11:59 osd.0-block+raw
brw-rw---- 1 root disk 253, 14 Mar 24 11:56 osd.0-data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant