Skip to content

Linux commands for usage

Aleksan edited this page Aug 16, 2020 · 3 revisions

Show list of files with information

ll is the same as ls -l

Empty file

truncate -s 0 cron.log

Show status of all services

service --status-all

Clone this wiki locally