: Timestamp for modifying a file-A: Change access time only-M: Change the modification time only-T: Specify the time of the file to a certain time (change the file's modification time to a certain time in the past: Touch–m–t file name)-C,--no-creat: Do not create any filesAccess: Accessing TimeModify: Modification TimeChange: Changing Time# Stat: Displays status information for a file or file systemTo create a file, you can use the file editor (a Linux
Http://www.2cto.com/os/201409/335119.html can easily create \ Move \ Remove folder names with spaces in the Windows operating system, while Linux requires some special processing to achieve the above functions. (1) Create folder mkdir my\ First This command creates the folder "My first", there is a space between my and
In the Windows operating system, you can easily create \ move \ Delete folders with spaces in the folder name,In Linux, you need to do some special processing to achieve the above functions.(1) Create a foldermkdir my\ FirstThis command creates the folder "My first" with a space between my and first in the folder name,
Tags: run information folder check results WRO unzip-o processingTar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.# TAR-XF All.tarThis command is to solve all the files in the All.tar package,-X is the meaningZip compression method:Compresses the current
Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.Zip compression method:Compresses the current folder Zip-r./xahot.zip./*-R means recursionZip [parameters] [file name after packaging] [packaged directory path]Decompression Unzip Xahot.zip not explainedThe basic usage
Original link Address: http://www.cnphp6.com/archives/57930Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.Zip compression method:Compress the current folder Zip-r./xahot.zip./*-R indicates recursionZip [parameters] [file name after packaging] [packaged directory pat
Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.Zip compression method:Compresses the current folder Zip-r./xahot.zip./*-R means recursionZip [parameters] [file name after packaging] [packaged directory path]Decompression Unzip Xahot.zip not explainedThe basic usage
Tar-zcvf/home/xahot.tar.gz/xahot TAR-ZCVF the directory to be packaged when the file name full path is generated after packaging Example: Package the/xahot folder into a/home/xahot.tar.gz file. Zip compression method: Compresses the current folder Zip-r./xahot.zip./*-R means recursion Zip [parameters] [file name after packaging] [packaged directory path] Decompression Unzip Xahot.zip not explained The basi
Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file. Zip compression method: Compresses the current folder Zip-r./xahot.zip./*-R means recursionZip [parameters] [file name after packaging] [packaged directory path]Decompression Unzip Xahot.zip not explained The basic
Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.Zip compression method:Compresses the current folder Zip-r./xahot.zip./*-R means recursionZip [parameters] [file name after packaging] [packaged directory path]Decompression Unzip Xahot.zip not explainedThe basic usage
Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.Zip compression method:Compresses the current folder Zip-r./xahot.zip./*-R means recursionZip [parameters] [file name after packaging] [packaged directory path]Decompression Unzip Xahot.zip not explainedThe basic usage
I always thought CP was a very simple instruction. It turned out to be a pit. Record it.Folder 1:test1/Folder 2:test2/Target: Copy all files and directories in the test1/to test2/Correct instruction:CP -RF test1/. test2/Note that the back of the test1/is a pointThe following command is problematic:CP -RF test1/* test2/I have been using this sentence, the results found today, if Test1 is an empty folder, th
Tar-zcvf/home/xahot.tar.gz/xahotTAR-ZCVF the directory to be packaged when the file name full path is generated after packagingExample: Package the/xahot folder into a/home/xahot.tar.gz file.# TAR-XF All.tarThis command is to solve all the files in the All.tar package,-X is the meaningZip compression method:Compresses the current folder Zip-r./xahot.zip./*-R means recursionZip [parameters] [file name after
A few common concepts about Linux folders
PathDescriptive narrative mechanism of file location information. Refers to a path from a folder hierarchy in a tree folder to one of its files. It is divided into relative path and absolute path;
working folderAfter logging into the system. The user is always in a folder
Create, copy, cut, rename, clear, and delete folders in linux. rename a folder in linux.
There is the wwwroot directory under the home directory, and the sinozzz directory under the wwwroot directory, that is,/home/wwwroot/sinozzz
I. Create a directory
Create a folder named sinozzz123 in the/home/wwwroot directory.
Mkd
Linux Virtual Machine and winodows shared folder ---- it is very troublesome for linux to install VMwaretools virtual machine to obtain files from the original local system. To share folders between the original system and virtual machines, you can install vmwaretools to share the folder. 1. install vmware... the share
Linux learning-server B mounts the folder of server A, and linux mounts
Environment:CentOS 1, 7.0
1. In centos, server B mounts the folder of server.
Server A: 101,. 10.0.1Server B: 101.10.12.1Prerequisites: ensure that the server A and server B have/ifs/data/folders.Objective: To mount the/ifs/data/
Linux basic [Folder meaning], linux basic meaning
The linux File directory is a tree directory.
Bin --> Executable File
Boot --> operating system boot file, system kernel, boot Information
Dev --> device, device information, computer hardware device information
Etc --> System Configuration directory
Home --> home
Linux File (folder) creation, copying, moving (rename), deleting command tutorial, linux rename
Ubuntu
Ctrl + Alt + T (Terminal)
1. Create (mkdir)
Syntax format: mkdir [Option] DirName
The [Options] in the Command generally have the following two types:
-M is used to set the access permission for the new directory. You can also use the chmod command to set the ac
Shared Folder between Linux Virtual Machine and Winodows ---- install VMware tools in Linux
It is very troublesome to obtain files from the original local system in the virtual machine. To share folders between the original system and virtual machines, you can install VMware tools.
1. Install vmware tools
(1) check whether the optical drive is mounted on the V
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.