Displaying 2 results from an estimated 2 matches for "lv6".
Did you mean:
l6
2005 Dec 28
1
Saving files with wrong permission
I am attempting to save files from MS Word into a directory located on a
FreeBSD 5.4 machine running Samba. For some reason, the files are always
saved with permission 766 rather than 666, which is what I want them
saved as.
This is the pertinent part of the smb.conf. file.
# Samba config file created using SWAT
# Date: 2005/08/21 11:05:15
# Global parameters
[global]
lanman auth = no
log file
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...quot;vol_config_size="$4; print "vol_logging_size="$5; print "vol_data_size="$6;}')
+ eval $(printf $i|awk -F: '{ print "lv1="$1; print "lv2="$2; print "lv3="$3; print "lv4="$4; print "lv5="$5; print "lv6="$6; print "lv7="$7; print "lv8="$8; }')
+ # Reads each provided LV size and assign them
+ for p in 1 2 3 4 5 6 7 8; do
+ var=lv$p
+ size=
+ lv=
+ if [ -n "${!var}" ]; then
+...