Commands Always Looking Up

Check status of raids:
tw_cli> info c0
tw_cli> info c1

Change a user’s quota
setquota -u < user > softlimit hardlimit #files-soft #files-hard -a

Determine which process is using a particular port
lsof -i tcp:443

New Kernel
make dep
make bzImage
make modules
make modules_install
make install

Leave a Reply

You must be logged in to post a comment.