Usually people assume by themselves NTFS permission has a higher priority. But infact when NTFS & SHARED LEVEL both applied to a folder or drive, SHARED LEVEL permission always take a higher precedence. So when you provide Full Permission in Shared Level and provide Deny in NTFS it does not have effect on it.
This might be asked when you go for the windows administrator interview. So make sure that you answer perfectly in single line.
SHARED LEVEL PERMISSION takes higher PRECEDENCE than NTFS LEVEL PERMISSION IN WINDOWS OPERATING SYSTEMS
Categories
- About Me (1)
- Active Directory Services (4)
- Database Interview Questions (1)
- EBOOKS (1)
- EJB Interview Questions (1)
- Excel Macros (1)
- Hibernate (5)
- Internet Tips (1)
- Java Interview Questions (4)
- JMS Interview Questions (2)
- JSP Interview Questions (1)
- Oracle (3)
- PERL (4)
- Servlet Interview Questions (1)
- Struts Interview Questions (1)
- Wallpapers (2)
- Widget Tips (1)
- Windows Vista Tweaks (8)
- Windows XP (14)
- WPS Related Documents (1)
Blog Archive
-
▼
2008
(51)
-
▼
June
(30)
- THE HACKER'S DICTIONAIRY
- Set up Gmail to work with Thunderbird (IMAP)
- IMPLMENTING QUIRKS
- PERL FOR ISAPI
- PERL AVAILABILITY AND INSTALLATION
- PERL AD MANAGEMENT
- NTFS and SHARED LEVEL PERMISSIONS IN WINDOWS OPERA...
- FLASH CACHE Integrated in Intel's & Windows Vista
- Platform Specific Issues
- Performance Q&A
- Common Problems
- Tips and Tricks
- Hibernate Users FAQ
- Adv Problems
- JMS Interview Questions 2
- JMS Interview Questions
- Database Interview Questions
- Struts Interview Questions
- EJB Interview Questions
- Servlet Interview Questions
- JSP FAQ
- Java Interview Questions
- Java Interview Questions
- Java Interview Questions2
- Java Interview Questions
- WPS Documents
- Oracle 10g Essentials
- Sybex - Oracle Database Foundations
- Oracle Database 10g A.Beginners.Guide-fly
- About Me
-
▼
June
(30)
11 June 2008
NTFS and SHARED LEVEL PERMISSIONS IN WINDOWS OPERATING SYSTEMS
Self Induced Content By
Hariharan
at
19:59
0
comments
Labels: Active Directory Services, Windows Vista Tweaks, Windows XP
FLASH CACHE Integrated in Intel's & Windows Vista
FLASH CACHE will be used by Windows Vista to store frequently accessed data from the hard drive, a technique Microsoft calls ReadyDrive. Using Flash memory means the data can be retrieved not only more quickly than it can from a hard drive, but also at a lower energy cost, boosting battery life. In Dell machines this FLASH CACHE is enabled by default if you choose the machine with Windows Vista pre installed. If you want to install XP on this pre installed Vista machine, you will have to disable the FLASH CACHE. Otherwise it will not allow you to change the SATA operation method of AHC1 to ATA.
This is Intel's pitch. Hard drive vendors are pushing HDDs with integrated Flash memory, again to be used as a fast-access cache by Vista.
Self Induced Content By
Hariharan
at
19:26
0
comments
Labels: Windows Vista Tweaks
10 April 2008
Some powerful RunTime commands can be used in Windows XP and Windows 2000 Professional Operating Systems...
at (windows XP/2000)Scheduling utility.
bootcfg (XP only)This utility allows you to set up your boot options, such as your default OS and other loading options.
cacls (XP, 2000, & NT4.0)Changes the ACLs (security Settings) of files and folders. Very similar to chmod in Linux.
comp (XP & 2000)This utility is very similar to diff in Linux. Use the /? switch to get examples of command usage.
contig (works with NT4.0 and newer)A great defrag utility for NTFS partitions.
control (XP only) - unpublished!Allows you to launch control panel applets from the command line. control userpasswords2, for example will launch a helpful local user admin utility.
defrag (XP only - NT4.0 and Win2k use contig)Yes, XP comes with a command line disk defrag utility. If you are running Win2k or NT4.0 there is still hope. Contig is a free defrag program that I describe on the defrag page.
diskpart (XP only)Use this command to manage your disk partitions. This is the text version for the GUI Disk Manager.
driverquery (XP only)Produces a list of drivers, their properties, and their versions. Great for computer documentation.
eudcedit (XP only) - unpublished!Private Character editor. Yes with this program built into Windows XP you can create your own font!
findstrFind String - similar to Linux's Grep.
fsutil (XP only) - unpublished!This is a utility with a lot of capability. Come back soon for great examples.
getmac (XP & 2000)This command gets the Media Access Control (MAC) address of your network cards.
gpresult (XP & 2000)This generates a summary of the user settings and computer group policy settings.
gpupdate (XP only)Use this utility to manually apply computer and user policy from your windows 2000 (or newer) domain.
ipconfig (XP, 2000 & NT4.0)This handy tool displays IP settings of the current computer and much more.
MMC (XP, 2000 & NT4.0) - Microsoft Management ConsoleThis is the master tool for Windows, it is the main interface in which all other tools use starting primarily in Windows 2000 and newer systems. more Utility used to display text output one screen at a time. Ex. more c:\windows\win.ini
msconfig (XP only)The ultimate tool to change the services and utilities that start when your Windows machine boots up. You can also copy the executable from XP and use it in Win2k.
msinfo32 (XP &smp; 2000)An awesome diagnostic tool. With it you can get a list of running processes, including the residing path of the executable (great for manually removing malware) and get detailed information about hardware and system diagnostics.
narrator (XP only)Turns on the system narrator (can also be found in accessibility options in control panel). Will will allow your computer to dictate text to you.
netsh (XP & 2000)A network configuration tool console. At the 'netsh>' prompt, use the '?' to list the available commands and type "exit" to get back to a command prompt.
netstat (XP)A local network port tool - try netstat -ano.
nslookup (all)A DNS name resolution tool.
openfiles (XP Only)Allows an administrator to display or disconnect open files in XP professional. Type "openfiles /?" for a list of possible parameters.
Pathping (XP & 2000)A cross between the ping and traceroute utilities. Who needs Neotrace when you can use this? Type "pathping
recover (XP & 2000)This command can recover readable information from a damaged disk and is very easy to use.
reg (XP & 2000)A console registry tool, great for scripting Registry edits.
sc (XP & 2000)A command line utility called the Service Controller. A power tool to make service changes via a logon/logoff or startup/shutdown script.
schtasks (XP only)A newer version of the AT command. This allows an administrator to schedule and manage scheduled tasks on a local and remote machines.
secedit (XP & 2000)Use this utility to manually apply computer and user policy from your windows 2000 (or newer) domain. Example to update the machine policy:
secedit /refreshpolicy machine_policy /enforceTo view help on this, just type secedit.NOTE: In Windows XP SP1 and news, this command is superceded by: gpupdate /force
sfc (XP & 2000)The system file checker scans important system files and replaces the ones you (or your applications) hacked beyond repair with the real, official Microsoft versions. shutdown (XP & 2000). With this tool, You can shut down or restart your own computer, or an administrator can shut down or restart a remote computer.
sigverif (XP only)Microsoft has created driver signatures. A signed driver is Microsoft tested and approved. With the sigverif tool you can have all driver files analyzed to verify that they are digitally signed. Just type 'sigverif' at the command prompt.
systeminfo (XP only)Basic system configuration information, such as the system type, the processor type, time zone, virtual memory settings, system uptime, and much more. This program is great for creating an inventory of computers on your network.
sysedit (XP/2000)System Configuration File Editor. An old tool that was very handy for the Windows 9X days. msconfig is what you want to use now.
tasklist (XP pro only)Tasklist is the command console equivalent to the task manager in windows. It is a must have when fighting scumware and viruses. Try the command:
tasklist /svc to view the memory resources your services take up.
taskkill (XP only)Taskkill contains the rest of the task manager functionality. It allows you to kill those unneeded or locked up applications.
tree (XP & 2000)An amazing experience everyone should try! This command will provide a 'family tree' style display of the drive/folder you specify.
WMIC (XP & 2000)Windows Management Instrumentation Command tool. This allows you to pull an amazing amount of low-level system information from a command line scripting interface.
Above commands are very useful and provide solutions for all of your small small problems in Windows OS.
Self Induced Content By
Hariharan
at
01:41
0
comments
Labels: Windows Vista Tweaks, Windows XP
08 April 2008
Want to setup a easy Mail Access software on your mobile?
JBMail is a compact and portable secure e-mail client that supports SSL/TLS encrypted POP3 and SMTP. The software has been designed for simplicity, security and on-line mailbox access meaning that mail is manipulated remotely and NOT stored locally. This tool is mainly useful for the following category people...
MOBILE USERS who benefit from a streamlined mail client that leaves mail on the server and which does not force them to download all mail (It is simply saving their time and bandwidth). The program itself is self-contained and portable, and does not require installation.
SECURITY CONSCIOUS PROFESSIONALS who benefit from a clean, simple mail client that doesn't expose them to the security and privacy risks posed by HTML mail and script support. Attachments are decoded on demand only, ensuring that viruses are not automatically unleashed. HTML is never rendered, so advertisers can not track messages.
USERS OF REMOTE SERVICES who require a properly implemented, yet easy to use SSL/TLS client for encrypted POP3 and SMTP transactions. Encrypted mail access is becoming the standard for business, academic, and government mail services.
I.T. PROFESSIONALS who receive an excessive volume of daily mail and need powerful filtering capabilities. With direct mailbox access on the server, users can quickly clean and take care of incoming mail to reduce or even eliminate local mail storage. Easy access to multiple profiles makes managing many accounts easy.
Features of this tool are...Security and Privacy, Full SSL/TLS support, Virus protection, Junk mail filtering, Portability - Fits on a floppy disk; no install required, Efficiency. Header-based POP3 access which lets you read and delete mail directly on server. It saves your download bandwidth and time, Supports POP3 and SMTP; MIME; base64 and UUencoded attachments; ISO-8859-1 (Latin1) Western European characters; and many other standard features.
click on the following link to download this simple tool... It size 500+ kb only.. checked for viruses. Trusted download... http://attitude.hit.googlepages.com/jbmail32.zip
Refer the following picture to setup easily... (double click on the picture to enlarge it for proper view)


Self Induced Content By
Hariharan
at
19:22
0
comments
Labels: Windows Vista Tweaks, Windows XP
Superb free windows utility to know more about the website you visit !!
popURL is a small Windows Utility tool that displays useful information from an HTTP URL, such as the remote server's software and the particulars of the file to be fetched. This data can be useful in a diagnostic or security context.
To use this utility, simply copy an HTTP URL to the clipboard (e.g. 'Copy Link Location' from your web browser) and then left-click the 'U' icon in the tray(Open popupURL from the startmenu once it is installed, it will sit on the tray with the black color U icon). A popup will appear, showing you various information about the URL.
Site name: The base site in the URL. Click the 'S' button on the right to automatically launch your web browser and visit the base site URL.
Web server: The server's software, for example IIS or Apache. Sites on some platforms, such as Microsoft IIS, may pose more of a risk than others. Click the 'W' button to launch a Google search for the server type.
MIME type: The MIME Content-Type for the file, as reported by the web server. This identifies whether a URL is text, multimedia, etc. Click the 'M' button to launch a Google search for the given media type.
File size: The MIME Content-Length for the file. This field is often not present for dynamically generated content. popURL will also display the size in kilobytes (2^10) and megabytes (2^20).
The complete server response is also displayed in the scrolling window near the top of the popup. NOTE THAT SERVER RESPONSES MAY INCLUDE FORGED DATA.
To download that small utility click on the following link... http://attitude.hit.googlepages.com/popurl10.exe (Scanned for viruses, Trusted .exe file)
Refer the following picture if you have any doubts... double click on the picture to enlarge it.

Self Induced Content By
Hariharan
at
19:04
0
comments
Labels: Windows Vista Tweaks, Windows XP
You wanna find out the path to the Server and Latency which respond to your Website Queries over the internet?
Handy for testing intermittent connections. PathPing works like ping except it echo-locates for 25 seconds and reports the percentage of lost packets. As a bonus, PathPing shows you the hops rather like a tracert printout. First type "ping www.yahoo.com" to get the IP address of yahoo.com. Once you get the ip address just type "PathPing (IP Address)209.191.93.52" you will get the clear details about the lost packet, packet address and hop counts. You can also use "TRACERT" for the detailed information about in between path to the destination. Refer the following picture... (double click on the picture to enlarge it)
Self Induced Content By
Hariharan
at
18:10
0
comments
Labels: Windows Vista Tweaks, Windows XP
Having problems with loading web pages quickly?
Sometimes your browser will not be able to search for the web pages you query on the internet. It may take lot of time to respond back. It happens when your computer will not be able to resolve the domain name space of the website. When you dont have a web page cache locally, it has to query to the Internet Service Provider to locate the origin of the webpage. Now a days most of the popular websites signed for "Content Delivery Networks" which means, your query sent to the nearest server from your location. So the popular websites deliver their pages to geographically located servers. So what you have to do to bring up the web page quicly, use the following command "ipconfig /flushdns" in the dos prompt. Once you issued this command your local DNS resolver cache will be flushed out so the old junk cache datas will be deleted and its' free to accept the cache quickly for fast surfing over the internet. Refer the following image if you have any doubts. Just double click on the image to enlarge it.
Self Induced Content By
Hariharan
at
18:00
2
comments
Labels: Windows Vista Tweaks, Windows XP
31 March 2008
How to stop annoying continue prompt box whatever you do in Windows Vista?
Windows Vista gives you annoying "Authorisation" prompt box for every operation you do. But generally, it doesn't provide you any security. More over when you do copy paste, moving files to another location, and so many normal operation which user want to do without any interruption is not possible in windows vista.
Because, whatever you do, it gives you the prompt box to press continue or cancel. Obviously you will choose continue for the above operations i mentioned. Fine. How to stop that prompt window?
Just open Control Panel > Click on "Switch to classic view" (in the left pane of the window) >> You will be able to see "User Accounts" or " User Control Settings" > click on that >> You will be able to see " User Control Assignments" and that checkbox will be enabled > Just deselect it >> press apply and ok. You may need to restart your computer for that changes to take effect.
You can do normal operations without any annoying prompt messages... Have Fun! :-)
Self Induced Content By
Hariharan
at
21:55
0
comments
Labels: Windows Vista Tweaks