mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
4d6706b3e7
commit
7d9df6b26c
2 changed files with 3 additions and 3 deletions
|
@ -2747,7 +2747,7 @@ def link(src, path):
|
|||
|
||||
def is_link(path):
|
||||
'''
|
||||
Check if the path is a symlink
|
||||
Check if the path is a symbolic link
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
@ -2765,7 +2765,7 @@ def is_link(path):
|
|||
|
||||
def symlink(src, path):
|
||||
'''
|
||||
Create a symbolic link to a file
|
||||
Create a symbolic link (symlink, soft link) to a file
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
|
|
@ -766,7 +766,7 @@ def symlink(
|
|||
mode=None,
|
||||
**kwargs):
|
||||
'''
|
||||
Create a symlink
|
||||
Create a symbolic link (symlink, soft link)
|
||||
|
||||
If the file already exists and is a symlink pointing to any location other
|
||||
than the specified target, the symlink will be replaced. If the symlink is
|
||||
|
|
Loading…
Add table
Reference in a new issue