ls -al
I learned you can edit .bashrc
(in your home dir) and update the alias for ls to include what I like. It has saved me lots of keystrokes. Mine is ls -lha
in addition to whatever color coding stuff is there by default.
Hmm, that’s not working for me. You mean use those as options? ‘ls -eza’?
nmtui. But that’s because my router is trash.
On my desktop:
df -h
to check disk usage
htop
to see resource usage
ll
list directory contents
I really like that cd
command. :P
Hm I wonder, is it really a command? I thought it is just a function of the shell to change the working directory.
ll
df -h
du -sch
Ctrl+r