Create folder under user home directory?

Solved!
info-rchitect
Level 6
Create folder under user home directory?

Hi,

 

I need to create a folder under each users' home directory, and then write a configuration file to the newly created sub-folder.  Is this possible?

 

thx


Operating system used: Windows 10

0 Kudos
1 Solution
AlexT
Dataiker

You would have to do this outside of DSS using shell script and would likely have to use sudo.

It could be done as shell recipe/python, given the user running the recipe has permission to create a folder inside the user's home directory, which is very unlikely in most setups.

View solution in original post

1 Reply
AlexT
Dataiker

You would have to do this outside of DSS using shell script and would likely have to use sudo.

It could be done as shell recipe/python, given the user running the recipe has permission to create a folder inside the user's home directory, which is very unlikely in most setups.