Linux basic commands
Linux basic commands
ls -la
- list files and directoriespwd
- print working directorycd
- change directorymkdir
- make directorytouch
- create a filerm
- remove filecp
- copy filemv
- move filecat
- concatenate files and print on the standard outputscp
- secure copyssh
- secure shellchmod
- change file mode bit`whoami
- print effective useridid
- print real and effective user and group IDssudo
- execute a command as another usersu
- substitute user identitynano
- text editorman command
- show manual for commandclear
- clear terminalecho
- display line of text/string that are passed as an argumentgrep
- search text. Example:grep -r "text" folder
find
- search files in a directory hierarchyapt-get
- package manager for Debian based systems