- OS bitness 32 or 64: getconf KERNEL_BITS
- architecture of processor: file /usr/bin/w
- disk space usage: du
- enable backspace: stty erase hit_the_backspace_key
- split a vim screen vertically: Ctrl+wv
- list of open ports: netstat
- list of processes: ps
- rename a file: mv original_filename renamed_filename
- move a file: mv filepath/filename target_filepath/filename
- change permissions: chmod
- change owner: chown
No comments:
Post a Comment