Linux Common Commands Daquan 1I. Commands for managing files and directoriesLinux commands for managing files and directories
Command
Function
Command
Function
Pwd
Show current directory
Ls
Linux Common Commands1. There are two types of users under Linux: Superuser (root), normal user.A) Super users: You can do anything under the Linux system without restrictions.b) Ordinary users: do a limited amount of things under Linux.The command
Archive operations are essentially "packaged", merging multiple files and directories into a single overall file for easy delivery or portability.The compression operation can further reduce the disk space occupied by the packaged archive and
For those who have just come into contact with Linux, it will definitely give Linux a bunch of different filenames to stun. Don't say it. For example, for compressed files, we know that there are only two types of compressed files that are most
A detailed description of compression decompression commands under LinuxZip-r myfile.zip./*All files and folders under the current directory are compressed into myfile.zip files, and-R indicates that all files in the subdirectory are compressed
Many times, sending or receiving large files and pictures over the internet is a headache. The compression and decompression tools are just the answer. Let's take a quick look at some open source tools that can make our work easier.TarTar is derived
I. Overview Linux is more stable and more secure than other operating systems. Theoretically, Linux is likely to be compromised by viruses. But in reality, Linux machines are almost impossible to attack with viruses. So my question here is why to
10.Linux command ExplanationCourse Requirements:1. Learn about the use of common commands for Linux systems.Laboratory Equipment:Software:1. A VMware virtual machine with RHEL6 installed.Hardware:1.PC Machine one set.Background knowledge:1.
Archive files and copy files between systems1. Managing Compressed TAR ArchivesArchiving and compressing files is useful when you are creating backups and transferring data over the network. One of the most common commands used to create and use
This paper mainly from the following several convenient to explain file archiving and compression, while comparing the compression ratios and characteristics of several different compression methods.
File Archive command tar,tar.gz source
Classification of Linux commands
Meaning of options and parameters
With "-" to boot the short format option (single character), e.g. "-l"
"--" to boot long format options (multiple characters), such as "--color"
The most common packaging program under Linux is tar, which is often referred to as the TAR package, and the tar package file commands are usually terminated with. Tar. After the tar package is generated, you can use other programs to enter theRow
Installation
Tar zxvf crunch-3.6.tgz
CD crunch-3.6
gcc-wall-lm-pthread-std=c99-m64-d_largefile_source-d_file_offset_bits=64 Crunch.c-o CRUNCH-LM
Make install
Use
Crunch 1 8
#生成最小1位, maximum 8 bits, all combinations of
Here are two scenarios: Binary package and source code package.First, Linux BinaryInstallation and uninstallation of distribution packagesBinary distribution of Linux software refers to the release form of a pre-compiled binary form of the package,
The most common packaging program under Linux is tar, which is often referred to as the TAR package, and the tar package file commands are usually terminated with. Tar. After the tar package is generated, you can use other programs to enter theRow
First, compression and decompression
1, compress [-RCV] file or directory
uncompress files. Z
-R: Can be compressed together with the files in the directory
-C: Export compressed data to standard output (output to screen)
-V: Can display the
Access to the server through SSH, it is inevitable to use compression, decompression, packaging, unpack, etc., this time the tar command is essential to a powerful tool. The most popular tar in Linux is though small, spite, and powerful.
The tar
http://blog.csdn.net/e6894853/article/details/7881091Some of the Linux programs I use are listed below. A list may have many, that is to facilitate you to choose, I listed the more trustworthy. But in fact a lot of only the first one is I really use,
#目录与文件操作 pwd LS CD mkdir CP MV RM file/*{{{*/I. PWD Displays the absolute path (the path represented by/to the start) of the current working directoryEg:pwd#选项-P Show link file pathTwo. LS Display directory files and directoriesCan take parameters,
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.