⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
1856814
/
root
/
sbin
/
Edit File: iotop
#!/usr/libexec/platform-python -s # iotop: Display I/O usage of processes in a top like UI # Copyright (c) 2007, 2008 Guillaume Chazarain
, GPLv2 # See iotop --help for some help from __future__ import print_function import sys try: from iotop.ui import main except ImportError as e: print(e) print('To run an uninstalled copy of iotop,') print('launch iotop.py in the top directory') else: try: main() except KeyboardInterrupt: pass sys.exit(0)
Simpan