Bash file - if then-
- by user2949827
I want to wright a login script for my organization,
The script needs to discover users by Group id's and then define the map drive they need on their computer.
I started writing down the script and it looks like this:
ID
if [gid=10524657]
then
mkdir /home/likewise-open/Domain/Username/Desktop/Share
sudo mount.cifs //fs01/salesnew…