fg, nohup, sleep, users: add Persian translation (#5210)

This commit is contained in:
Taymaz Esmaeli 2021-01-31 07:36:35 -08:00 committed by GitHub
parent 0b8670109e
commit 2b0634fbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 0 deletions

11
pages.fa/common/fg.md Normal file
View File

@ -0,0 +1,11 @@
# fg
> اجرای کارها در پیش زمینه.
- آوردن آخرین کار اجرا شده در پس زمینه به پیش زمینه:
`fg`
- آوردن کار با آی دی مشخص شده به پیش زمینه:
`fg %{{job_id}}`

7
pages.fa/common/nohup.md Normal file
View File

@ -0,0 +1,7 @@
# nohup
> اجرای یک پردازش در پس زمینه حتی زمانی که ترمینال بسته شود.
- اجرای پردازش در پس زمینه فارغ از اجرا بودن ترمینال:
`nohup {{command}} {{command_options}}`

15
pages.fa/common/sleep.md Normal file
View File

@ -0,0 +1,15 @@
# sleep
> ایجاد تاخیر بر اساس زمان.
- تاخیر به ثانیه:
`sleep {{seconds}}`
- تاخیر به دقیقه:
`sleep {{minutes}}m`
- تاخیر به ساعت:
`sleep {{hours}}h`

11
pages.fa/common/users.md Normal file
View File

@ -0,0 +1,11 @@
# users
> نمایش لیست کاربران لاگین شده.
- نمایش لیست کاربران لاگین شده:
`users`
- نمایش لیست کاربران لاگین شده بر اساس یک لاگ فایل خاص:
`users {{/var/log/wmtp}}`