Apple Training Series Mac OS X Support Essentials [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Apple Training Series Mac OS X Support Essentials [Electronic resources] - نسخه متنی

Owen Linzmayer

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Advanced Commands


Use the grep command to search the contents of the listed text file or files. In the example,

grep domain /etc/resolv.conf

the file resolv.conf is searched for the word "domain," and the lines containing that word are displayed.

The process status command, ps, displays information about the processes running on your computer, or on the remote computer if you are logged in remotely. The optional arguments to ps used in the command

ps -auxww

tell ps to list information about all processes on your computer in wide format.

The ps command displays the Process ID or PID of a process. Once you know the PID, you can use the kill command to terminate the process.


/ 232