Skip to main content

Posts

Showing posts with the label Process Command of shell script

PROCESS COMMAND OF SHELL SCRIPT

Process Command • top command The top program provides a dynamic real-time view of a running system. # top • dig is useful for network troubleshooting and for educational purposes. # dig pts/1 • ps command to find out what processes are running on your system. # ps -ef # ps -e Where: -e to display all the processes. -f to display full format listing. • Kill : We mostly use the kill command for terminating or killing a process. #Listing all the signal names. # kill -l • The mount command mounts a storage device or filesystem, making it accessible and attaching it to an # bg Run any command like top then bg %1 — Move the 1st active job to background. • fg = continues a stopped job by running it in the foreground fg – Typing fg alone will resume the first job were it was left off. fg %1 – specifying the job (in this case 1) will resume that particular job. The job id can be determined by running bg Then kill %1 and see jobs command : Vi

GUJARAT UNIVERSITY BCA SEMESTER 5

આપણું કાર્યક્ષમ સમુદાય બનાવવા માટે, અમારી સાથે ટેલિગ્રામ જૂથમાં જોડાઓ અને તમારા અન્ય યુનિવર્સિટીના મિત્રો સાથે શેર કરો. યુનિવર્સિટી પેપર, પ્રશ્નો, વિચારો અને અન્ય મહત્વપૂર્ણ ફાઇલો શેર કરીને, આપણે એકબીજાને સરળતાથી મદદ કરી શકીએ છીએ.જો તમને કોઈપણ ફાઈલ ડાઉનલોડ કરવામાં સમસ્યા આવે તો તમે તેને ટેલિગ્રામ પર મેળવી શકો છો. For us to create an efficient community, join us in Telegram group and share with your other universities friends. By sharing University papers, questions, ideas and other important file, we can help each other easily.If you face problem to download any file, you can get it on telegram. GUJARAT UNIVERSITY BCA SEM 5 SYLLABUS GUJARAT UNIVERSITY EXAM PAPER 2018 2017 2016 2015 2014 DOWNLOAD ADVANCE VB.NET PROGRAM Object Oriented Programming in VB.NET(Unit-1) Advanced Controls in VB.NET(Unit-2) Basic Framework Classes in VB.NET(Unit-3) Basic Framework Classes in VB.NET(Unit-3)(PDF) ADO.NET in VB.NET(Unit-4)(PDF) DOWNLOAD SHELL SCRI