Ls
ls (ინგლ. list segments) — ბრძანება, რომელიც შედის POSIX-ის სტანდარტში და რომელიც ნახულობს გარკვეულ საქაღალდეში მყოფ ფაილებს და საქაღალდებს.
მაგალითი
შემდეგ მაგალითში ls-ს ვაძლევთ ორ სხვადასხვა არგუმენტს:
$ pwd
/home/fred
$ ls -l
drwxr--r-- 1 fred editors 4096 drafts
-rw-r--r-- 1 fred editors 30405 edition-32
-r-xr-xr-x 1 fred fred 8460 edit
$ ls -F
drafts/
edition-32
edit*
ამ შემთხვევაში, მომხმარე fred-ს მის საქაღალდეში აქვს საქაღალდა, რომლის სახელია drafts, რეგულარული ფაილი edition-32, და მროგრამა edit. ls ხმარობს იუნიქსის ფაილური სისტემის ნების დართმის ნიშნებს, რომ გარკვეული იყოს მომხმარეებს, ჯგუფებს და სხვებს რა უფლებები გააჩნიათ გარკვეული ფაილის ან საქაღალდის მიმართ.
- d: directory (აღნიშნავს, რომ საქაღალდაა)
- r: read (წაკიტხვის ნების დართმა)
- w: write (ჩაწერის ნების დართმა)
- x: execute (პროგრამის გაშვების ნების დართმა)
- -: ნება არ არის დართმული
რესურსები ინტერნეტში
- (ინგლისური) ls at the LinuxQuestions.org wiki დაარქივებული 2020-09-23 საიტზე Wayback Machine.
- (ინგლისური) ls specified by the Single Unix Specification
- (ინგლისური) GNU ls source code (as part of coreutils)
- (ინგლისური) ls command at the linux-command.com wiki დაარქივებული 2007-03-19 საიტზე Wayback Machine.
- (ინგლისური) manual pages from GNU coreutils დაარქივებული 2009-06-03 საიტზე Wayback Machine.
| |||||||||||||||||||||||
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.