ادوات جنو الاساسية
من ويكيبيديا، الموسوعة الحرة
ادوات جنو الأساسية (بالانجليزية: GNU Core Utilities) أو (coreutils), هي حزمة برمجيات تحتوي على العديد من الادوات الأساسية, مثل cat, ls, و rm. اللازمة لانظمة التشغيل الشبيهة بيونكس.
محتويات الحزمة [عدل]
| وصف | |
|---|---|
chcon |
Change file security context (SELinux) |
chgrp |
تغيير ملكية ملف بالنسبة لمجموعة |
chown |
تغيير ملكية ملف |
chmod |
تغيير صلاحيات ملف أو دليل |
cp |
نسخ ملف أو دليل |
dd |
نسخ وتحويل ملف |
df |
يظهر المساحة الحرة (الفارغة) على نظام الملفات |
dir |
اظهار محتويات دليل باختصار |
dircolors |
اعداد الوان مخرجات الامر ls |
install |
نسخ وتحديد صفة ملف |
ln |
إنشاء اختصار إلى ملف |
ls |
يعرض قائمة الملفات الموجودة في دليل |
mkdir |
إنشاء دليل |
mkfifo |
Makes named pipes (FIFOs) |
mknod |
Makes block or character special files |
mktemp |
Create a temporary file or directory |
mv |
نقل وتغيير اسم ملف |
rm |
حذف ملف |
rmdir |
حذف الادلة الفارغة فقط |
shred |
Overwrites a file to hide its contents, and optionally delete it |
sync |
Flushes file system buffers |
touch |
تغيير تاريخ إنشاء الملف, ويستخدم في إنشاء ملف أيضا |
truncate |
Shrink or extend the size of a file to the specifed size |
vdir |
Is exactly like "ls -l -b". (Files are by default listed in long format.) |
| Text utilities | |
base64 |
base64 encode/decode data and print to standard output |
cat |
عرض محتويات ملف |
cksum |
Checksums and count the bytes in a file |
comm |
Compares two sorted files line by line |
csplit |
Splits a file into sections determined by context lines |
cut |
Removes sections from each line of files |
expand |
Converts tabs to spaces |
fmt |
Simple optimal text formatter |
fold |
Wraps each input line to fit in specified width |
head |
Outputs the first part of files |
join |
Joins lines of two files on a common field |
md5sum |
Computes and checks MD5 message digest |
nl |
Numbers lines of files |
od |
Dumps files in octal and other formats |
paste |
دمج اسطر الملفات |
ptx |
Produces a permuted index of file contents |
pr |
تحويل الملفات النصية لملفات طباعة |
sha1sum,sha224sum,sha256sum,sha384sum,sha512sum |
Computes and checks SHA-1, SHA-224/256/384/512 message digest |
shuf |
generate random permutations |
sort |
ترتيب الملفات النصية |
split |
تقسيم ملف إلى اجزاء |
sum |
Checksums and counts the blocks in a file |
tac |
Concatenates and prints files in reverse |
tail |
Outputs the last part of files |
tr |
Translates or deletes characters |
tsort |
Performs a topological sort |
unexpand |
Converts spaces to tabs |
uniq |
Removes duplicate lines from a sorted file |
wc |
Prints the number of bytes, words, and lines in files |
| Shell utilities | |
arch |
print machine hardware name (same as uname -m) |
basename |
Removes the path prefix from a given pathname |
chroot |
تغيير الدليل الجذر |
date |
Prints/sets the system date and time |
dirname |
Strips non-directory suffix from file name |
du |
Shows disk usage on file systems |
echo |
Displays a specified line of text |
env |
Displays and modifies environment variables |
expr |
Evaluates expressions |
factor |
Factors numbers |
false |
Does nothing, but exits unsuccessfully |
groups |
Prints the groups of which the user is a member |
hostid |
Prints the numeric identifier for the current host |
id |
Prints real/effective UID and GID |
link |
Creates a link to a file |
logname |
Print the user's login name |
nice |
Modifies scheduling priority |
nohup |
Allows a command to continue running after logging out |
pathchk |
Checks whether file names are valid or portable |
pinky |
A lightweight version of finger |
printenv |
Prints environment variables |
printf |
امر طباعة |
pwd |
عرض مسار الدليل المتواجد فيه حاليا |
readlink |
Displays value of a symbolic link |
runcon |
Run command with specified security context |
seq |
طباعة سلسلة من الارقام |
sleep |
Delays for a specified amount of time |
stat |
Returns useful data about an inode |
stty |
Changes and prints terminal line settings |
su |
التحول لمستخدم اخر, ان لم يحدد المستخدم يتحول للمستخدم الجذر بعد ادخال كلمة السر. |
tee |
يظهر المخرجات لعدة ملفات |
test |
Evaluates an expression |
timeout |
Run a command with a time limit |
true |
Does nothing, but exits successfully |
tty |
طباعة اسم الطرفية |
uname |
Prints system information |
unlink |
Removes the specified file using the unlink function |
uptime |
Tell how long the system has been running |
users |
Prints the user names of users currently logged in to the current host |
who |
Prints a list of all users currently logged in. |
whoami |
تخبرك من أنت !! أي المستخدم الذي تمثله الآن |
yes |
طباعة سلسلة أحرف مرارا وتكرارا |
| Other Utilities | |
[ |
A synonym for test, this program permits expressions like [ expression ]. |
| System Utilities | |