Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
22いいね 408回再生

Top 50 Linux Commands in 4 minutes !

Timestamps:
00:00 Start
00:03 1-10 Commands
00:57 11-20 Commands
01:43 21-30 Commands
02:35 31-40 Commands
03:24 41-50 Commands

ls: Lists the contents of a directory.
cd: Changes the current directory.
pwd: Displays the path of the current working directory.
mkdir: Creates a new directory.
rmdir: Removes a directory.
touch: Creates a new empty file.
cp: Copies files and directories.
mv: Moves or renames files and directories.
rm: Removes files or directories.
cat: Concatenates and displays the content of files.
more: Views the contents of a file one page at a time.
less: Similar to more, but allows backward movement in the file as well as forward movement.
head: Displays the first few lines of a file.
tail: Displays the last few lines of a file.
grep: Searches text using patterns.
find: Searches for files in a directory hierarchy.
wc: Counts lines, words, and characters in a file.
chmod: Changes the file mode (permissions).
chown: Changes the owner of a file or directory.
sudo: Executes a command as another user, typically the superuser.
df: Displays disk space usage.
du: Displays the disk usage of files and directories.
top: Displays Linux processes.
ps: Displays information about running processes.
kill: Terminates processes by PID (Process ID).
echo: Displays a line of text/string that are passed as an argument.
tar: Archives files into a single file or extracts them.
gzip: Compresses or decompresses named files.
gunzip: Decompresses files compressed by gzip.
zip: Compresses and archives files.
unzip: Extracts files from a zip archive.
ssh: Initiates a secure shell session on a remote machine.
scp: Securely copies files between hosts on a network.
wget: Downloads files from the internet.
curl: Transfers data from or to a server.
alias: Creates an alias for a command.
unalias: Removes an alias.
history: Displays the command history.
jobs: Lists jobs running in the background.
bg: Resumes suspended jobs in the background.
fg: Moves background jobs into the foreground.
clear: Clears the terminal screen.
exit: Exits the shell or your current session.
env: Displays all environment variables.
export: Sets or exports the environment variable.
unset: Removes environment variables.
man: Displays the manual pages of a command.
apropos: Searches the manual pages for keywords.
which: Shows the full path of shell commands.
whoami: Displays the username of the current user.

#LinuxCommands #LinuxTutorial #TechEnthusiast #ComputerScience #CommandLine #LinuxBasics #SystemAdministration #OpenSource #LinuxBeginners

コメント