中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機(jī)版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點(diǎn)關(guān)注 > linux常用命令

nnnnnnnnnnnnnnnn

時間:2019-10-08

linux命令中的head命令_常用dos命令_linux常用命令

常用

//查看當(dāng)前系統(tǒng)磁盤使用空間

df -h

//查看當(dāng)前目錄文件占用空間大小

du -sh *

chmod a+x 可執(zhí)行權(quán)限

tail -f 查看動態(tài)日志

ps -ef|grep python 查看python程序

free -h 內(nèi)存狀況

netstat -apn |grep 8082

kill -s 9

source activate tensorflow

sudo apt-get install python-pip python-dev

find . -name hadoop-core-*.jar

beeline

!connect jdbc:hive2://localhost:10000

service iptables status

nohup hive --service hiveserver2 &

nohup hive --service metastore &

vi /etc/sysconfig/iptables

lsof -i:56869

rm -rf tmp/*

netstat -anop|grep 111

netstat -nltp

service iptables status

nohup python -u preDeal.py.py > nohup.out 2>&1

telnet 192.168.3.157 10000

vi /etc/hosts

vi /etc/sysconfig/network-scripts/ifcfg-eth0

hdfs dfsadmin -report

tensorboard --logdir logs :6006

hadoop dfs -copyFromLocal <要復(fù)制的文件路徑> <要放置文件的路徑>

hadoop dfs -rmr <文件>

val file=sc.textFile("hdfs://master:9000/Hadoop/Input/wordcount.txt")

val conf = new SparkConf().setAppName("wordcount").setMaster("local")

系統(tǒng)信息

arch 顯示機(jī)器的處理器架構(gòu)(1)

uname -m 顯示機(jī)器的處理器架構(gòu)(2)

uname -r 顯示正在使用的內(nèi)核版本

dmidecode -q 顯示硬件系統(tǒng)部件 - (SMBIOS / DMI)

hdparm -i /dev/hda 羅列一個磁盤的架構(gòu)特性

hdparm -tT /dev/sda 在磁盤上執(zhí)行測試性讀取操作

cat /proc/cpuinfo 顯示CPU info的信息

cat /proc/interrupts 顯示中斷

cat /proc/meminfo 校驗內(nèi)存使用

cat /proc/swaps 顯示哪些swap被使用

cat /proc/version 顯示內(nèi)核的版本

cat /proc/net/dev 顯示網(wǎng)絡(luò)適配器及統(tǒng)計

cat /proc/mounts 顯示已加載的文件系統(tǒng)

lspci -tv 羅列 PCI 設(shè)備

lsusb -tv 顯示 USB 設(shè)備

date 顯示系統(tǒng)日期

cal 2007 顯示2007年的日歷表

date 041217002007.00 設(shè)置日期和時間 - 月日時分年.秒

clock -w 將時間修改保存到 BIOS

關(guān)機(jī) (系統(tǒng)的關(guān)機(jī)、重啟以及登出 )

shutdown -h now 關(guān)閉系統(tǒng)(1)

init 0 關(guān)閉系統(tǒng)(2)