Quantcast
Channel: Linux Servers – Knowledge Base
Viewing all articles
Browse latest Browse all 5

Change ownership of (chown) a symlink

$
0
0
The standard command to change ownership of any file on Linux is chown. However passing this normally with user.group does not change ownership of a symbolic link. To do that, pass the command with the -h flag like in the example below. chown -h username.groupname symlinkname

Viewing all articles
Browse latest Browse all 5

Trending Articles