Post by tag: command-line

Get absolute link on nix/linux
2015/03/04 unix linux command-line
$ cat script.sh #!/usr/bin/env bash THIS_FILE=$(readline -e $) THIS_DIR=$(dirname $THIS_FILE) echo $THIS_DIR source

Kill defunct process on nix/linux
2015/01/13 linux command-line
$ ps aux | grep name $ pstree -sp $ ps -ef –forest kill the parent

Paksa user untuk logout (GNU/Linux)
2015/01/13 linux command-line
Untuk memaksa user yang sedang logout di mesin Unix atau Gnu/Linux bisa menggunakan perintah pkill, berikut contohnya: # pkill -KILL -u username Perintah diatas akan memaksa user dengan login name …