cat displays the contents of a file at the command line copies or apppend text file into a document cat [OPTIONS] .. [FILE] head prints the first part of the files head [ OPTION] … [FILE] tail prints the last part of files tail [OPTION] … [FILE] … mo…
File System Function In computing, a file system or filesystem is used to control how data is stored and retrieved. Without a file system, information placed in a storage medium would be one large body of data with no way to tell where one piece of i…
free displays the total amount of free and used memory free [options] top provides a dynamic real-time view of a running system top [options] ps provides snapshot of the status of currently running processes ps [options] kill sends a signal to a proc…
GFS Key Components components failures are a norm even space utilisation write-once-read-many GFS and Hadoop Distributed File System GFS主要分为:Application .Master.ChannelServer hdfs主要分为:Appllcation . NameNode .DataNode三部分 how to read file from hdfs HDF…
[root@qttc ~]# /usr/local/mysql/bin/mysqldump -uroot -proot db > bak.sqlWarning: Using a password on the command line interface can be insecure. 翻译过来是:在命令行界面上使用密码可以是不安全的. 这让人有点郁闷,5.5用的一直都很爽,到5.6居然说命令行方式写密码不安全?那密码写哪呢? 在官网文档找到了缘由,大家可以点击这里看看:http://dev…
Install the AWS Command Line Interface on Linux You can install the AWS Command Line Interface and its dependencies on most Linux distributions with pip, a package manager for Python. Important The awscli package is available in repositories for othe…