A+1102 Module 1 Linux Features and
Tools - All the Linux commands
ls
used to list all directories and files in the current directory. use:
-l for long list and displays the file permissions
- is a file
-d is a directory
pwd
used to display (print) the working/current directory
passwd
used to add or change a users password their account.
rm
is used when you want to REMOVE a file or folder from a local machine
cp
a command used when you want to COPY a file or folder. Can rename the thing while copying.
chmod
a command used to change the ownership of a file or folder
chown
a command that allows the ownership of a file or folder to change
ip
a VERY powerful network tool- IP address mac Address and DNS Configs
su
is used to switch to a different user account. default account is not root
Tools - All the Linux commands
ls
used to list all directories and files in the current directory. use:
-l for long list and displays the file permissions
- is a file
-d is a directory
pwd
used to display (print) the working/current directory
passwd
used to add or change a users password their account.
rm
is used when you want to REMOVE a file or folder from a local machine
cp
a command used when you want to COPY a file or folder. Can rename the thing while copying.
chmod
a command used to change the ownership of a file or folder
chown
a command that allows the ownership of a file or folder to change
ip
a VERY powerful network tool- IP address mac Address and DNS Configs
su
is used to switch to a different user account. default account is not root