cifs share
by 1s440 from LinuxQuestions.org on (#56VN7)
Hi all,
We have a cifs share mounted on the linux server with the user as below
mount -t cifs /tmp/data /xxx/xxx/data -o user=tobhia,password=welcome123,domain=xxxx
How can i check if the user "tobhia" has access to the folder "data" ?
Earlier we dont have access to the subfolders under cifs share(which has already mounted) now has access to the subfolders. Should we remount it again to access the subfolders as user tobhia?


We have a cifs share mounted on the linux server with the user as below
mount -t cifs /tmp/data /xxx/xxx/data -o user=tobhia,password=welcome123,domain=xxxx
How can i check if the user "tobhia" has access to the folder "data" ?
Earlier we dont have access to the subfolders under cifs share(which has already mounted) now has access to the subfolders. Should we remount it again to access the subfolders as user tobhia?