Hi Brandon,
Thanks for the reply. However, I'm not familiar with the command and would appreciate if you could provide me with the syntax. I want to print or list out the security access for all users on folders/files assigned to them.
cheers,
Mok
Hi sm2k,
1) If the user login thru the network domain,u may want to login as domain administrator and set the file association. Login back using the userid and test open the image file.
2) If (1) doesn't work, go to windows explorer (still in administrator mode) -> tools -> folder option ->...
Hi Pat,
Thanks for the reply. Yes, I'm referring to Exchange Information Store. The files found are as follows :
1) priv1.edb = 18.5GB
2) priv1.stm = 5 GB
3) pub1.edb = 13MB
4) pub1.stm = 10MB
From the above, the total size is 23.28GB. However, it can't seems to fit into the DDS media of 40GB...
Hi,
I would like to know on how & where to determine the MIS file size. This is because at present our media dds of 40GB seems insufficient to cater the MIS file. I'm using NTbackup to backup the MIS.
Appreciate help on this.
warm regards,
Mok
Output your finger data to : users.raw
Add this line to your script as well:
awk -f formatu.awk < users.raw > users.report
vi a file called formatu.awk in whatever directory you are working and cut and paste the following awk script:
/^Login / {daname=$3;next}
/^Directory/ {dadir=$2;next}...
Hi,
Need some enlightenment on volume group question.
Going into sam -> Disks and File Systems -> Volume Group -> Choose and view more information on vg13. Output results as follows:
View General Information for Volume Group: vg13
Volume Group Name: vg13
Activation Mode...
Hi,
Do a test mail "echo test|sendmail -v userid@domain.com. What is the error message ?
Do a telnet to your relay server with port 25 : "telnet <relay_hostname or relay_ip_address> 25" and see whether it works.
cheers,
Mok
Hi Boy,
The test is divided into three parts:
1) commands, shell programming, concepts (20 questions)
2) Sys Admin (30 questions)
3) network admin (30 questions)
Maybe you would like to check on this (HP Forum) URL for more tips...
Hi Denice,
The AutoCorrect can be found as mentioned by Wray.
Click on the link for an abstract on the autocorrect. If your form is a customised application, it will give you some ideas.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dno97ta/html/msdn_autocor.asp
cheers,
Mok
Hi Denice,
Are you referring to the "Auto Correct" function? If it is, then it is available in Excel. In fact, it is available in all Office applications.
regards,
Mok
Hi,
Taking this data into consideration :
Cell A Cell B Cell C Cell D
FL1000 7FB15 FL1000 36,641.06
FL1001 02-7FD40 FL1001 51,547.95
FL1003 62-7FD30 FL1002 37,758.91
FL1004 62-7FD30 FL1003 37,095.84
FL1005 62-7FD25 FL1004 33,618.47
I need to compare, match common data in Cell A & D...
Hi,
You'll need to vi .profile of that user. Do this:
# Limit number of logins allowed
Times_allowed=2
Time_in=` who | grep $LOGNAME | wc -l `
if [ $Time_in -gt "$Times_allowed" ]
then
echo "$LOGNAME is already logged in $Times_allowed times!"
sleep 3
exit
exec /bin/login...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.