linux command lines
February 13th, 2008 Posted in anything under the moonlight, server by dreamluverz
Some command lines I’ve learned from friends.
du -bsx * | sort -n = will list folders/files along with it’s sizes and sorted asc
ls -lst = will list files/folder with dates, modes or in details
pwd = will show current location



