Skip to content
Snippets Groups Projects
Commit e98a556c authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: add alias to show NFS errors from dmesg

parent 1095900f
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ alias mload='nload -u M' # nload with default units in MByte ...@@ -16,6 +16,7 @@ alias mload='nload -u M' # nload with default units in MByte
# alias please='sudo' # by special request by Andreas :-) # alias please='sudo' # by special request by Andreas :-)
alias please='sudo $(fc -ln -1)' # https://twitter.com/zzaaho/status/1160825118597292032 alias please='sudo $(fc -ln -1)' # https://twitter.com/zzaaho/status/1160825118597292032
alias nfsmounts='mount | sort | column -t -s" " | grep nfs' # pretty print all nfs mounts alias nfsmounts='mount | sort | column -t -s" " | grep nfs' # pretty print all nfs mounts
alias nfserrors="dmesg -T | grep -i nfs"
alias chx='chmod 0755' alias chx='chmod 0755'
alias chr='chmod 0644' alias chr='chmod 0644'
alias mkdir='mkdir -p' alias mkdir='mkdir -p'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment