010-160: LPI Linux Essentials Latest Update Graded A+
010-160: LPI Linux Essentials Latest Update Graded A+ whereis used to search for programs in restricted locations, such as binary file directories, libraries, and man directories. locate Searches the system managed database of filenames for files containing the specified string in the filenames. (Search is much faster than the search performed using the 'find' command) updatedb Updates the system managed database of filenames Displays current working directory pwd Change into the current user's home directory cd ~ cd $HOME Both of these do what Change to the parent directory of the current directory cd .. Change to the etc directory in the root (/) directory cd /etc Creates a hard link named '' for the file '' ln Creates a symbolic link named of ln -s touch Can be used to update the timestamp of a file or if that file doesn't exist it will create a blank file with the specified name. Will update the timestamp of the specified file if it exists. If it does not exist it will not create a blank file. touch -c Adds the content "Hey there!" to the specified file. echo "Hey there!" > cat Displays the contents of a file Opens the vi editor for the file "sample".
Written for
- Institution
- 010-160: LPI Linux Essentials
- Course
- 010-160: LPI Linux Essentials
Document information
- Uploaded on
- May 24, 2024
- Number of pages
- 13
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
010 160 lpi linux essentials latest update grade
Content preview
Also available in package deal