مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

سایت در باره انواع آموزشها در زمینه IT می باشد.
مانند: لینوکس، ویندوز، سیسکو، میکروتیک، طراحی وب
به دلیل شخصی بودن وبلاگ ارائه مطالب متفرقه در آن بلامانع است.
با تشکر

طبقه بندی موضوعی

Autocompletion doesn't work while logged as root

سه شنبه, ۲۱ مهر ۱۳۹۴، ۰۱:۰۸ ب.ظ

In Debian:

Check your /root/.bashrc file for these lines

if [ -f /etc/bash_completion ]; then
  . /etc/bash_completion
fi

If they do not exist add them to the end of the file using your favorite text editor.


In CentOS:

# yum install bash-completion

How do I use bash Autocomplete feature?

Then exits a login shell / ssh session and log back in using the following command:
# logout
Open a terminal or log in using ssh:
$ ssh nixcraft@server1.cyberciti.biz
Alternatively, use the following command to source completion code for bash:
$ . /etc/bash_completion
OR
$ source /etc/bash_completion

  • طاهر ضیائی

Autocompletion

bash

نظرات  (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">