Search Results

Search: Posts Made By: spiridakos
1,322
Posted By spiridakos
Bash script with arguments
Could someone help me with the script below?
I am trying to make a script having just one arguement as a command and then it executes the appropriate code
#!/bin/bash
if [ "$1" = "listCommands" ]...
4,703
Posted By spiridakos
how about using mail command in your script ...
how about using mail command in your script
echo "this is the body."| mailx -s "this is the subject" test@test.com
Forum: Solaris 01-04-2012
2,944
Posted By spiridakos
CIFS is just another name for samba and is used...
CIFS is just another name for samba and is used as a filetype descriptor to mount windows share, as example below


mount -F cifs //windows_share /yourdirecory -->for redhat editions
mount...
Forum: Solaris 01-04-2012
2,944
Posted By spiridakos
smb conf
this is my smb.conf *note the path variable*

[global]
workgroup = yourworkgroup
server string = yourserver
netbios name = yourserver
log file = /var/samba/log/log.%m
max log size = 50
local...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy