directory. All hard links to the same file must be in the same file system,Symbolic Links: Symbolic Links can point to directories and can reside in different file systemsExampleLN Creates a hard link$ ln/home/siu/backupname.sql. $ ls-l Total Usage 0-rw-r--r--2 siu siu 0 January 7 13:01 backupname.sqlThis creates a hard link to a file in the current directory,
Apple fans in Beijing placed flowers and photos in front of the store to commemorate Steve Jobs. Our reporter Dai Bing
"Fruit powder" Xinhua News Agency
On June 18, October 6, a computer screen at an apple store in Guatemala showed all the photos of Steve Jobs. Xinhua News Agency
On June 23, October 6, a woman outside an apple store in New York shot a mourning notepaper on her iPhone. Xinhua News Agency
. separator indicates the system-related separator. in Linux, it is:/in Windows :\\String path = File. separator + "home" + File. separator + "siu" +File. separator + "work" + File. separator + "demo.txt ";// Because IO operations throw an exception, the FileWriter reference is defined externally in the try statement block.FileWriter w = null;Try {// Create a new FileWriter object using path// Use the FileWriter (path, true) constructor to append data
. in Linux, it is:/in Windows :\\String path = File. separator + "home" + File. separator + "siu" +File. separator + "work" + File. separator + "demo.txt ";// Because IO operations throw an exception, the FileWriter reference is defined externally in the try statement block.FileWriter w = null;Try {// Create a new FileWriter object using path// Use the FileWriter (path, true) constructor to append data instead of overwrite data.W = new FileWriter (pat
Concise Linux Command Line Notes 1: ls lsls is the abbreviation of list, the main function is to view the Directory and file information 1. usage: ls [Option]... [file]... 2. common parameters:-a, -- all: display all files, including hidden files (that is, the front. -all: displays all files and detailed information in a list.-l lists information in a long format, that is, the specific information of the file (owner, permission, etc) -n is similar to-l, but UID and GID are listed in reverse orde
While Steve Jobs was alive, he had no idea about his health.
Now that he has died, based on information from various parties, we can finally restore his medical records and learn how a great man like him treats life and death.
1.
On April 9, May 2000, Steve Jobs demonstrated the Mac OS X operating system at the San Francisco WWDC Conference (Apple's global Developers Conference. At this time, his body is c
Concise Linux Command Line NOTE 4: mkdir mkdirmkdir is the meaning of creating a directory www.2cto.com 1. usage mkdir [Option]... directory... 2. common parameter-m is used to set the permission mode. The default value is 0777. You can use chmod to change-p to create a multi-level directory.-v displays the information when creating a new directory. 3. command tip: Create the default permission directory siu @ Darling ~ /Work $ mkdir abcsiu @ Darling
Concise Linux command line Note 4: mkdirmkdirmkdir is the meaning of creating a directory www.2cto. com1. usage mkdir [option]... directory... 2. common parameter-m is used to set the permission mode. the default value is 0777. you can use chmod to change-p to create... concise Linux command line Note 4: mkdir mkdirmkdir is the meaning of creating a directory www.2cto.com 1. usage mkdir [option]... directory... 2. common parameter-m is used to set the permission mode. the default value is 0777.
name to manipulate
where File.separator represents system-related delimiters, Linux is:/Windows below: \
String Path = file.separator + "Home" + File.separator + "SIU" +
File.separator + "Work" + File.separator + "Demo.txt";
Because an IO operation throws an exception, the FileWriter reference is defined outside the TRY statement block
FileWriter w = null;
try {
Create a new FileWriter object with path
If you need to append data instead of ov
of the compressed and decompressed files are displayed.
-V to obtain other information
-N balances the compression speed and compression volume. N is from 1 ~ 9. Level 1st is the fastest compression, but the minimum compression volume; level 9th is the slowest compression speed, but the maximum compression volume.
The default value is 6. -- fast and -- best are equivalent to-1 and-9 respectively.
-Q: Do not display warning information
-R recursive compression/decompression of files in file-list
ArticleDirectory
Parameters
Option
Example
Display disk space usage
DF [Options] [Filesystem-list]
Parameters
When DF is called without any parameters, the user obtains free space for each mounted device on the local system.
Filesystem-listIs an optional list of one or more path names. The path name is used to specify the file system to cover its space usage.
Option
-H displays the block size in KB (kilobytes), MB (MB), and GB (GB ).
-L only display the lo
Concise Linux Command Line NOTE 2: cd cdcd is the abbreviation of change directory, mainly used to change the current directory www.2cto.com 1. usage cd [dirName] 2. common parameters without parameters indicate that the path is directly changed to the home directory-return to the previous directory ~ Same as above. It is also changed to the main directory/dir to the dir directory, and/dir .. switch to the parent directory. Pay attention to cd .. there is a space in the middle. indicates the cur
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.