unlimited width for ps command

This commit is contained in:
Gregory Colpart 2018-08-25 00:00:31 +02:00
parent cb186dc775
commit 83155a8de4

View file

@ -156,7 +156,7 @@ for addr in 8.8.8.8 www.evolix.fr travaux.evolix.net; do
done
## Dump process with ps
ps aux >/home/backup/ps.out
ps auwwx >/home/backup/ps.out
if [ "$SYSTEM" = "linux" ]; then
## Dump network connections with netstat