What is Perms.EXE?
Display a user’s ACL access permissions for a file. Output from PERMS may be misleading in cases where a user has inherited permission through membership of an NT workgroup. [First released in the NT4 Resource Kit]
Display a user’s ACL access permissions for a file. Output from PERMS may be misleading in cases where a user has inherited permission through membership of an NT workgroup. [First released in the NT4 Resource Kit]
Schtasks.exe is a command-line utility in Windows that enables administrators to manage scheduled tasks.
Create a windows shortcut (.LNK file)
Robocopy, short for “Robust File Copy”, is a powerful command-line utility in Windows that allows you to copy or move files from one location to another. It offers a plethora of useful features and switches, making it a favorite among IT professionals.
In deciding what to buy to create a network, you have enough choices to make your head spin, so here’s some information to slow the spin rate.
Ubuntu is a popular, free, and open-source operating system based on the Debian GNU/Linux distribution. It is developed and maintained by a company called Canonical Ltd, which is based in the UK.
Many DOS commands in the 32-bit versions of Windows are similar but support different parameters or a few different commands. Thus, if you wish to write a batch file that can run on different types of machines, it may prove beneficial to determine the version of Windows on which the batch file is running. This way the batch… Read More »
When developing applications or testing scripts in Windows XP, it may prove beneficial to benchmark how much time it takes for the particular code to execute. Perhaps you need to test different sorting or cache file management algorithms to learn which one is quickest. You may want to record how long it takes website analysis software to parse… Read More »
The less command, on most UNIX-style operating systems, displays the contents of a text file, but in a different fashion than the more command. Instead of only allowing one-way scrolling through a file, less uses the entire terminal window to display a text file and allows for interactive bi-directional scrolling. The less command has other interactive features, allowing… Read More »
Computer programmers and system engineers often need to convert hexadecimal numbers such as FF to decimal numbers (255) and vice-versa, but don”t want to open up the Windows XP calculator tool?