From 6a12d2834fe0d4b02c433e9d925d89beff6297e4 Mon Sep 17 00:00:00 2001 From: tianci li Date: Sat, 3 Feb 2024 12:56:58 +0800 Subject: [PATCH] Remove excess Spaces. Use Spaces to separate commands from options. --- docs/books/admin_guide/04-advanced-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/admin_guide/04-advanced-commands.md b/docs/books/admin_guide/04-advanced-commands.md index 806f8257ba..0d7ed68f0b 100644 --- a/docs/books/admin_guide/04-advanced-commands.md +++ b/docs/books/admin_guide/04-advanced-commands.md @@ -372,7 +372,7 @@ Contrary to what its name might suggest, the `install` command is not used to in This command combines file copying (`cp`) and directory creation (`mkdir`), with rights management (`chmod`, `chown`) and other useful functionalities (like backups). ```bash -install source dest +install source dest install -t directory source [...] install -d directory ``` @@ -497,7 +497,7 @@ Change: 2024-01-24 16:37:34.315995221 +0800 * `File` - Displays the path location of the file. * `Size` - Displays the file size in bytes. If this is a directory, display the fixed 4096 bytes occupied by the directory name. -* `Blocks` - Displays the number of allocated blocks. Attention, please! The size of each block in this command is 512 bytes. The default size of each block in 'ls-ls' is 1024 bytes. +* `Blocks` - Displays the number of allocated blocks. Attention, please! The size of each block in this command is 512 bytes. The default size of each block in `ls -ls` is 1024 bytes. * `Device` - Device number in decimal notation. Device number in hexadecimal notation. * `Inode` - Inode is a unique ID number assigned by the Linux kernel to a file or directory. * `Links` - Number of hard links. Hard links are sometimes referred to as physical links.