sunos/*: add Tamil translations (#8334)

This commit is contained in:
K.B.Dharun Krishna
2022-08-10 03:29:13 +05:30
committed by GitHub
parent c8f003027f
commit 8ae63c14d5
9 changed files with 186 additions and 0 deletions

24
pages.ta/sunos/svcs.md Normal file
View File

@@ -0,0 +1,24 @@
# svcs
> இயங்கும் சேவைகள் பற்றிய தகவல்களை பட்டியலிடுங்கள்.
> மேலும் விவரத்திற்கு: <https://www.unix.com/man-page/linux/1/svcs>.
- இயங்கும் அனைத்து சேவைகளையும் பட்டியலிடுங்கள்:
`svcs`
- இயங்காத சேவைகளை பட்டியலிடுங்கள்:
`svcs -vx`
- சேவையைப் பற்றிய தகவல்களைப் பட்டியலிடுங்கள்:
`svcs apache`
- சேவை பதிவு கோப்பின் இருப்பிடத்தைக் காட்டு:
`svcs -L apache`
- சேவை பதிவு கோப்பின் முடிவைக் காண்பி:
`tail $(svcs -L apache)`