| أمر |
الوصف |
|
# alias hh='history' |
set an alias for a command - hh = history [english]
الوصف غير متاح لهذه اللغة[Arabic?] |
|
# apropos ...keyword |
display a list of commands that pertain to keywords of a program , useful when you know what your program does, but you don't know the name of the command [english]
الوصف غير متاح لهذه اللغة[Arabic?] |
|
# chsh |
تغير امر الشل |
|
# chsh --list-shells |
nice command to know if you have to remote into another box [english]
الوصف غير متاح لهذه اللغة[Arabic?] |
|
# gpg -c file1 |
تشفير ملف بـ " GNU Privacy Guard " |
|
# gpg file1.gpg |
فك شفرة ملف تحت رخصة جنو GNU Provacy Guard |
|
# ldd /usr/bin/ssh |
عرض المكتبة المشتركة المطلوبة بواسطة برنامج "ssh" |
|
# man ping |
display the on-line manual pages for example on ping command - use '-k' option to find any related commands [english]
الوصف غير متاح لهذه اللغة[Arabic?] |
|
# mkbootdisk --device /dev/fd0 `uname -r` |
إنشاء فلوبي للإقلاع |
|
# wget -r www.example.com |
حمل كامل الموقع |
|
# wget -c www.example.com/file.iso |
تحيمل ملف مع القدرة على التوقف في المنتصف ومواصلة التحميل فيما بعد |
|
# echo 'wget -c www.example.com/files.iso' | at 09:00 |
بدأ التحميل في أي وقت تم تحديده |
|
# whatis ...keyword |
عرض وصف لوضيفة برنامج معين |
|
# who -a |
عرض المستخدم الموجود مع عرض اخر وقت لتشغيل النظام والمعالجات الميتة والمستوى اللذى يعمل واخر ساعة وقت متغيرة |