cpuid, free, reboot, reset: add Hindi translation (#8815)

pull/1/head
Tarun Jain 2022-10-09 11:20:54 +05:30 committed by GitHub
parent dbbc452503
commit dd7a0ba798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 0 deletions

16
pages.hi/linux/cpuid.md Normal file
View File

@ -0,0 +1,16 @@
# cpuid
> सभी सीपीयू के बारे में विस्तृत जानकारी दिखाएं।
> अधिक जानकारी: <http://etallen.com/cpuid.html>.
- सभी CPU के लिए जानकारी दिखाएं:
`cpuid`
- केवल वर्तमान CPU के लिए जानकारी दिखाएं:
`cpuid -1`
- डीकोडिंग के बिना कच्ची हेक्साडेसिमल जानकारी दिखाएं:
`cpuid -r`

20
pages.hi/linux/free.md Normal file
View File

@ -0,0 +1,20 @@
# free
> सिस्टम में 'Free' और यूज्ड मेमोरी की मात्रा दिखाता है।
> अधिक जानकारी: <https://manned.org/free>.
- सिस्टम मेमोरी दिखाएं:
`free`
- सिस्टम मेमोरी को बाइट्स/केबी/एमबी/जीबी में दिखाएं:
`free -{{b|k|m|g}}`
- मानव-पठनीय इकाइयों में सिस्टम मेमोरी प्रदर्शित करें:
`free -h`
- हर 2 सेकंड में आउटपुट अपडेट करें:
`free -s {{2}}`

24
pages.hi/linux/reboot.md Normal file
View File

@ -0,0 +1,24 @@
# reboot
> मशीन को `reboot` करें
> अधिक जानकारी: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
- तुरंत पुनरारंभ करें:
`reboot`
- सिस्टम बंद करें ('पॉवरऑफ' के समान):
`reboot --poweroff`
- सिस्टम को रोकें (ठहराव के समान):
`reboot --halt`
- Sysadmin से संपर्क किए बिना तुरंत पुनरारंभ करें:
`reboot --force --force`
- सिस्टम को रिबूट किए बिना wtmp शटडाउन प्रविष्टि टाइप करें:
`reboot --wtmp-only`

12
pages.hi/linux/reset.md Normal file
View File

@ -0,0 +1,12 @@
# reset
> वर्तमान टर्मिनल को `reset` करें। संपूर्ण टर्मिनल स्क्रीन को साफ़ करता है।
> अधिक जानकारी: <https://manned.org/reset>.
- वर्तमान टर्मिनल को `reset` करें:
`reset`
- टर्मिनल प्रकार दिखाएं:
`reset -q`