[20191230]rhel 7.7 bash_completion如何啟動.txt
[20191230]rhel 7.7 bash_completion如何啟動.txt
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.7 (Maipo)
# rpm -qa --last | grep bash
bash-4.2.46-33.el7.x86_64 Thu 05 Dec 2019 02:13:53 AM CST
bash-completion-2.1-6.el7.noarch Thu 23 Aug 2018 11:42:08 AM CST
--//已經安裝bash-completion,但是我發現沒有起作用.看了一下文件,必須手工加入
# vim /etc/bashrc
...
# Use bash-completion, if available
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion
--//順便下載並安裝了bash-completion-extras包.
--//主要目的是方便學習systemctl命令.
# systemctl
add-requires default halt kexec mask reset-failed status
add-wants delete help kill poweroff restart stop
cancel disable hibernate link preset set-default suspend
cat edit hybrid-sleep list-dependencies reboot set-environment switch-root
condreload emergency is-active list-jobs reenable set-property try-restart
condrestart enable is-enabled list-sockets reload show unmask
condstop exit is-failed list-timers reload-or-restart show-environment unset-environment
daemon-reexec force-reload isolate list-unit-files reload-or-try-restart snapshot
daemon-reload get-default is-system-running list-units rescue start
--//感覺systemctl搞得很複雜!!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2671475/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20191230]注意設定SYNC_HWCLOCK=yes.txt
- [20190513]如何看windows的啟動時間.txtWindows
- 如何在 Fedora、CentOS、RHEL 中啟用 RPM Fusion 倉庫CentOS
- 7.7
- redhat8 rhel8 啟動grub損壞修復Redhat
- 如何使用 yum-cron 自動更新 RHEL/CentOS LinuxCentOSLinux
- CentOS RHEL 7 Chrony Vs NTP (Differences Between ntpd and chronyd).txtCentOS
- [20231003]windows 2003無法啟動.txtWindows
- [20181230]Git Bash啟動緩慢.txtGit
- [20230307]如何知道啟用IMU.txt
- RHEL7.3通過PXE啟動安裝作業系統作業系統
- ORACLE RAC 11.2.0.4 FOR RHEL6叢集無法啟動的處理Oracle
- [打卡]7.7日
- 如何在 CentOS 8 和 RHEL 8 伺服器上啟用 EPEL 倉庫CentOS伺服器
- 如何在 CentOS 8/RHEL 8 上安裝 Ansible(自動化工具)CentOS
- [20181112]EM12c agent無法啟動.txt
- [20180612]刪除bootstrap$記錄無法啟動.txtboot
- 7.7-DPday1
- ORACLE RAC 11.2.0.4 for RHEL6.8無法啟動之ORA000205&ORA17503&ORA01174Oracle
- [20201106]瞭解oracle資料庫啟動時間.txtOracle資料庫
- 【RHEL】RHEL 6.6 IP分片引數
- CentOS如何啟動PostgreSQLCentOSSQL
- uboot如何啟動核心boot
- 如何啟動Redis ManagerRedis
- 7.1 7.3 7.4 7.7 7.10
- 如何配置RHEL8靜態 IP 地址
- [20211203]演示job啟動時間改變的情況.txt
- [20190115]共享服務模式與啟動到mount狀態.txt模式
- windows啟動管理器未能啟動如何解決Windows
- 如何使用kubelet 啟動命令限制Pod 啟動數量?
- [譯] 如何手動啟動 Angular 程式Angular
- 如何在 Centos7.7 設定GRUB選單的密碼CentOS密碼
- 專案應如何啟動?
- [20190313]避免按ctrl+alt+del重新啟動伺服器.txt伺服器
- 數學建模習題7.7
- CentOS7.7安裝mongodbCentOSMongoDB
- 阿里雲伺服器優惠活動 降低至7.7元/月阿里伺服器
- SpringBootApplication是如何啟動Tomcat的? | 破解SpringBoot Tomcat啟動之謎 !Spring BootAPPTomcat