linux 系統命令
檢視linux 是32還是64
getconf long_bit
檢視linux版本
cat /etc/issue
重啟系統
shutdown -r now
檢視內網ip
ifconfig -a
一、檢視linux核心版本命令(兩種方法):
1、cat /proc/version
[root@s-centos home]# cat /proc/version
linux version 2.6.32-431.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (red hat 4.4.7-4) (gcc) ) #1 smp fri nov 22 03:15:09 utc 2013
2、uname -a
[root@s-centos home]# uname -a
linux s-centos 2.6.32-431.el6.x86_64 #1 smp fri nov 22 03:15:09 utc 2013 x86_64 x86_64 x86_64 gnu/linux
二、檢視linux系統版本的命令(3種方法):
1、lsb_release -a,即可列出所有版本資訊:
[root@s-centos ~]# lsb_release -a
lsb version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
distributor id: centos
description: centos release 6.5 (final)
release: 6.5
codename: final
這個命令適用於所有的linux發行版,包括redhat、suse、debian…等發行版。
2、cat /etc/redhat-release,這種方法只適合redhat系的linux:
[root@s-centos home]# cat /etc/redhat-release
centos release 6.5 (final)
3、cat /etc/issue,此命令也適用於所有的linux發行版。
[root@s-centos home]# cat /etc/issue
centos release 6.5 (final)
kernel \r on an \m
linux 命令 系統命令
1.檢視主機名 hostname 2.修改主機名 重啟後無效 hostname hadoop 3.修改主機名 重啟後永久生效 vi ect sysconfig network 4.修改ip 重啟後無效 ifconfig eth0 192.168.12.22 5.修改ip 重啟後永久生效 vi etc...
Linux 系統命令
cat cd chmod chown cp cut 名稱 cat 使用許可權 所有使用者 使用方式 cat abeensttuv help version filename 說明 把檔案串連線後傳到基本輸出 螢幕或加 filename 到另乙個檔案 引數 n 或 number 由 1 開始對所有輸出...
Linux系統命令
顯示系統當前時間 例如 date 2 切換使用者 su 使用者名稱 以其他使用者身份使用系統,類似 windows10 系統,有些程式以管理員身份執行 1 從 root 使用者切換到普通使用者 使用安裝 centos 時的普通使用者 centos 例如 以 root 使用者登入系統,執行 su ce...