Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Explore  Linux Commands, Shell Scripting over a weekend Vote_lcapExplore  Linux Commands, Shell Scripting over a weekend Voting_barExplore  Linux Commands, Shell Scripting over a weekend Vote_rcap 
ℛeℙ@¢ᴋ€r
Explore  Linux Commands, Shell Scripting over a weekend Vote_lcapExplore  Linux Commands, Shell Scripting over a weekend Voting_barExplore  Linux Commands, Shell Scripting over a weekend Vote_rcap 
ПΣӨƧӨFƬ
Explore  Linux Commands, Shell Scripting over a weekend Vote_lcapExplore  Linux Commands, Shell Scripting over a weekend Voting_barExplore  Linux Commands, Shell Scripting over a weekend Vote_rcap 
大†Shinegumi†大
Explore  Linux Commands, Shell Scripting over a weekend Vote_lcapExplore  Linux Commands, Shell Scripting over a weekend Voting_barExplore  Linux Commands, Shell Scripting over a weekend Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Stellar Repair for Excel 7.0.0.0 (x64)
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 4:07 pm por tano1221

» Bandicam 2024 v7.1.2.2451 + Portable (x64)
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:39 pm por tano1221

» dslrBooth Professional 7.46.0701.1 (x64)
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:28 pm por tano1221

» Xara Photo & Graphic Designer+ 24.1.0.69698 (x64)
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:17 pm por tano1221

» UniFab 2.0.2.6 (x64) Multilingual
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:13 pm por tano1221

» EaseUS Partition Master 18.8.0 Build 20240605
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:10 pm por tano1221

» e-World Tech PHPMaker 2024.13
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:06 pm por tano1221

» Xara Designer Pro+ 24.1.0.69698 (x64)
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 3:04 pm por tano1221

» Xara Web Designer+ 24.1.0.69698 (x64)
Explore  Linux Commands, Shell Scripting over a weekend EmptyHoy a las 2:56 pm por tano1221

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Explore Linux Commands, Shell Scripting over a weekend

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70278
Fecha de inscripción : 20/08/2016

Explore  Linux Commands, Shell Scripting over a weekend Empty
MensajeTema: Explore Linux Commands, Shell Scripting over a weekend   Explore  Linux Commands, Shell Scripting over a weekend EmptyMar Jun 15, 2021 6:16 am

Explore  Linux Commands, Shell Scripting over a weekend 6d2a38b51f995066bad1b283c496b197
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 56 lectures (6h 11m) | Size: 4.34 GB
Getting Started with Linux Operating Systems, Explore the linux commands, Linux Root File System Hierarchy

What you'll learn:
linux operating system basics
basic linux commands
file and directory management commands
process management commands
linux root file system and hierarchy

Requirements
passionate to learn and explore linux operating systems

Description
Brief overview about linux operating system

Brief Introduction about Linux Operating Systems

History of Linux Operating System

Linux Distributions

Linux Kernel Architecture Fundamentals

Linux Basic Commands

uname - print system information

arch - print machine hardware architecture name

hostid - prints numeric identifier of current host

hostname - print local host name

free - display amount free and used memory in the system

id - prints real and effective user id and group id

logname - prints the user's login name

whoami - prints the effect user id

users - prints the currently logged in users information

groups - print the groups that a user is in

who - show who is logged in

date - print or set the system date and time

cal - displays a calendar

printenv - print all or part of environment variables

echo - writes argument into standard output

cd - change the current working directory

mkdir - make directories

df - reports file system disk space usage

du - estimates the file space usage

which - shows full path of the command

whatis - displays one line manual page descriptions

whereis - locate the binary, source, and manual page files for a command

sum - checksum and count the blocks in a file

cksum - checksum and count the bytes in a file

md5sum - compute and check MD5 message digest

base64 - base64 encode/decode data and print to standard output

sha1sum - compute and check SHA1 message digest

sha256sum - compute and check SHA256 message digest

sha384sum - compute and check SHA384 message digest

sha512sum - compute and check SHA512 message digest

File and Directory Management Commands

mkdir - make directories

rmdir - remove empty directories

rm - remove files or directories

rm - remove files or directories

reverse search of commands instead of typing in command terminal

cd - change the working directory

basename, dirname - strip directory and suffix from filenames

cp - copy files and directories

mv - move files

ln - make links between files

unlink - call the unlink function to remove the specified file

stat, fstat, lstat, fstatat - get file status

od - dump files in octal and other formats

cat - concatenate files and print on the standard output

tac - concatenate and print files in reverse

nl - number lines of files

head - output the first part of files

tail - output the last part of files

more - file perusal filter for crt viewing

less - opposite of more

grep - search a file for a pattern

tr - translate or delete characters

cut - remove sections from each line of files

Process Management Commands

ps - report a snapshot of the current processes.

pstree - display a tree of processes

uptime - displays system running time

kill - sends a signal to the process

nice - run a program with modified scheduling priority

top - display Linux processes

pmap - report memory map of a process

slabtop - display kernel slab cache information in real time

tload - graphic representation of system load average

lsof - list open files

proc - process information pseudo-filesystem

procinfo - Shows System Statistics from /proc Filesystem

Linux Root File System and Hierarchy

/bin

/boot

/dev

/sbin

/usr

/var

/proc

/sys

/lib

Linux Shell Scripting Basics

Brief Introduction

Simple Shell Script

Shell Variables

Array variables

Arithmetic Operators

If - Decision Making

Relational Operators

Boolean Operators

String Operators

File test operator

Control Loop ( While, For, Until )

Who this course is for
fresh / beginner / passionate of linux operating systems

Explore  Linux Commands, Shell Scripting over a weekend Bdf9b67dd539a938f19755979c0208ca

DOWNLOAD:
Citación :

https://rapidgator.net/file/b99d3c83bf5dd2418b260bd243c69aef/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part1.rar.html
https://rapidgator.net/file/72d8aabe48f5b3945afc940c812f05c7/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part2.rar.html
https://rapidgator.net/file/1947a4d22cdf6080e1f1104f4aff212f/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part3.rar.html
https://rapidgator.net/file/e56e21ed102c625072b0ee23a31c9710/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part4.rar.html
https://rapidgator.net/file/f82630b230da60da38246f81114606b7/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part5.rar.html


https://uploadgig.com/file/download/4fEc682537f1fd1e/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part1.rar
https://uploadgig.com/file/download/e535e14bD6562443/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part2.rar
https://uploadgig.com/file/download/3eeddAF005a21b19/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part3.rar
https://uploadgig.com/file/download/254FdD86255Fcf7d/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part4.rar
https://uploadgig.com/file/download/d57d5CbD2cf35150/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part5.rar


https://nitroflare.com/view/E1DD1475870E171/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part1.rar
https://nitroflare.com/view/9301B8B69EFFB7B/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part2.rar
https://nitroflare.com/view/9BD5E1F7CB8F82B/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part3.rar
https://nitroflare.com/view/E58AD9AF2DC569D/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part4.rar
https://nitroflare.com/view/2745BB3044C00C2/w7jgi.Explore.Linux.Commands.Shell.Scripting.over.a.weekend.part5.rar

Volver arriba Ir abajo
 

Explore Linux Commands, Shell Scripting over a weekend

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Linux Shell Scripting Bashing, Automating Commands, Updated
» Linux Shell Scripting Bashing, Automating Commands, Updated
» Linux Command Line, Bash Shell, Scripting AWK & SED on Linux
» Linux Shell Scripting
» Linux Shell Scripting From Basics to Advance

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-