Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Unix & Linux

Return to Answer

left the sudo in; the original showed as two lines, which is easier to read
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 267

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$(sudo find /var/log/journal -name "*.journal" | xargs sudo rm)&&$(sudo systemctl restart systemd-journald)

It's not right, but it worked.

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$(sudo find /var/log/journal -name "*.journal" | xargs sudo rm)&&(sudo systemctl restart systemd-journald)

It's not right, but it worked.

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$ sudo find /var/log/journal -name "*.journal" | xargs sudo rm$ sudo systemctl restart systemd-journald

It's not right, but it worked.

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$(sudofind /var/log/journal -name "*.journal" | xargs sudo rm$) &&(sudo systemctl restart systemd-journald)

It's not right, but it worked.

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$ find /var/log/journal -name "*.journal" | xargs sudo rm$ sudo systemctl restart systemd-journald

It's not right, but it worked.

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$(sudofind /var/log/journal -name "*.journal" | xargs sudo rm) &&(sudo systemctl restart systemd-journald)

It's not right, but it worked.

Matt
  • 826
  • 1
  • 9
  • 9

Since--vacuum-time and--vacuum-size didn't do a thing for me I did the following:

$ find /var/log/journal -name "*.journal" | xargs sudo rm$ sudo systemctl restart systemd-journald

It's not right, but it worked.


[8]ページ先頭

©2009-2025 Movatter.jp