In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Resolution Kali Linux XFCE Desktop Tab cannot be completed
In Linux, the TAB auto-completion feature has made all users very dependent. However, the XFCE desktop installed by Kali Linux by default cannot be completed with Tab. The problem is caused by an error in the symbolic link file created. On the XFCE desktop, the bash symbolic link file is created as / bin/ sh, which is supposed to create a symbolic link for the das component. The solution to the problem that the Tab key cannot be automatically completed is described below. As follows:
(1) View the default symbolic link file / bin/ sh attribute. As follows:
C:\ root > ls-l / bin/ sh
Lrwxrwxrwx 1 root root 4 March 4 20:45 / bin/ sh-> bash
(2) as can be seen from the output information, the original file of the linked file is bash. Here you need to recreate the link file for dash as / bin/ sh. As follows:
C:\ root > cd / bin/ # change to the / bin directory
C:\ bin > ln-sf dash / bin/ sh # create a dash symbolic link file
View the symbolic link file properties again. As follows:
C:\ bin > ls-l / bin/ sh
Lrwxrwxrwx 1 root root 4 March 4 20:45 / bin/ sh-> dash
(3) from the output information, you can see that the successful creation of the dash symbolic link file is / bin/ sh. At this point, you can use the Tab key to automatically complete.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.