Skip to content

Tormix Blog – Web development

Tips and tutorials

  • PHP Tips
  • Yii (Yii 2)
  • Joomla
  • JavaScript
    • jQuery
    • NodeJS
    • Angular
  • Site map

Tags

  • .htaccess
  • Apache
  • api
  • commands
  • composer
  • configuration
  • database
  • debug
  • editor
  • email
  • error
  • errors
  • example
  • extension
  • firefox
  • fix
  • get
  • hosts
  • HTML
  • install
  • installation
  • JavaScript
  • Joomla
  • js
  • json
  • linux
  • MySQL
  • nginx
  • open
  • PHP
  • query
  • RAND
  • selectlist
  • server
  • set and get
  • show errors
  • sql
  • ubuntu
  • unix
  • utf-8
  • version
  • yii
  • yii2
  • zend_extension
  • zip

Categories

  • Browsers (1)
    • Fix (1)
  • Css (2)
  • Development (50)
    • .htaccess (2)
    • Data for testing (3)
    • Install (5)
    • Install environment (4)
    • SMS (1)
    • Sorting (2)
    • Test data (2)
    • XAMPP (1)
    • yii (15)
  • Git (1)
  • JavaScript (5)
    • jQuery (1)
    • Regular expressions (1)
  • Joomla (12)
    • Fixes (1)
    • Translate (1)
  • Laravel (1)
  • Linux / Unix (4)
  • PHP Tips (20)
  • Python (1)
  • SQL (6)
    • MariaDB (1)
    • MySQL (6)
    • Percona (1)
  • Yii2 (15)
  • Без рубрики (3)

Calendar

February 2019
M T W T F S S
« Oct    
 123
45678910
11121314151617
18192021222324
25262728  

Recent Posts

  • IP Address debug PHP
  • Yii2 join condition when you use viaTable
  • How to get current commit name in Git?
  • Relation “migration” already exists error while executing yii migrate
  • Work with ZIP-archives in PHP 5.2+

Tag: command

How to get the start time of a running process in Linux? [Useful Linux Command]

How to get the start time of a running process in Linux? [Useful Linux Command]

If you want to know when process started in Linux then you can run simple command:

ls -l /proc | grep 12345

*where PID 12345

Format AsidePosted on 2017-01-232017-01-23Categories Linux / UnixTags command, execute, get time by PID, linux, long process, start time, unix
Proudly powered by WordPress