SHELL COMMANDS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Certainly! Here's an overview of some basic Linux commands:
ls
: This command lists the files and directories in the current directory.cd
: This command changes the current directory to the specified directory.pwd
: This command prints the current working directory.mkdir
: This command creates a new directory.rmdir
: This command removes an empty directory.rm
: This command removes a file or directory.cp
: This command copies a file or directory.mv
: This command moves or renames a file or directory.cat
: This command prints the contents of a file.less
: This command displays the contents of a file, one page at a time.grep
: This command searches for a pattern in a file.echo
: This command prints a message to the screen.chmod
: This command changes the permissions of a file or directory.chown
: This command changes the owner of a file or directory.ps
: This command displays the currently running processes.
Comments
Post a Comment