Hiding a file or directory under Linux ShowHiding a file or directory under Linux
To hide a file or directory in Linux, just have its name be preceded by a period (.).
For example:
. bash_history
. bash_profile
. ssh
Note that by doing so you are not really hiding the...
[Command Prompt]Empty spaces not supported Show[Command Prompt]Empty spaces not supported
Issue
Solution
Issue
You want to make a command that targets a specified path, but it includes a space on a file.
Example:
You want to make a copy from one directory to another:...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file
Intro
Explanation
Intro
It may be convenient to make the listing of one or more directories in a file, to make a catalog of files.
Under MS-DOS (or Windows by opening a...
Download Shadow Copy ShowNormally, the administrators of files as the explorer Windows do not allow the copy of opened or blocked files. For instance if you are treating a document Word, you have no possibility of copying it in another file during its edition.
Shadow Copy is...
Download Teracopy ShowTeraCopy is a compact program designed to copy and move files at the maximum possible speed.It is free for Home Users.
Features:
Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up...
Download Directory Report ShowDirectory Report spreads the explorer capacities. Among the proposed functions, it can print directory contents while mentioning the file properties or EXE and DLL information, or WAV and MP3 file properties.
Directory Report can also display the...
File sharing in Windows XP ShowAdvantages
File sharing involves making the content of one or more directories available through the network. All Windows systems have standard devices making it easy to share the content of a directory. However, file sharing may lead to security...
UNIX Commands ShowTable of the main UNIX commands
Unix Commands
Description
Options
ls
lists the content of a directory
-a
Displays all files, including hidden files
-I
Displays a...
UNIX - Files ShowIntroduction to UNIX files
In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/".
File types
UNIX systems define different...