Czwarte_21

 0    21 Fiche    michalesq
басу ойын өзіңді тексер
 
сұрақ - жауап -
How to navigate right in vim/vi
оқуды бастаңыз
right arrow or L
How to navigate top in vim/vi
оқуды бастаңыз
top arrow or k
How to navigate down in vim/vi
оқуды бастаңыз
down arrow or j
How to in vi/vim copy entire line where the content is
оқуды бастаңыз
yy
How to in vi/vim paste previously copied content
оқуды бастаңыз
p
How to undo changes in vi/vim
оқуды бастаңыз
u
how to cut line in vi/vim
оқуды бастаңыз
dd
How to go to the bottom of the doc
оқуды бастаңыз
GG
How to go to the top of the doc
оқуды бастаңыз
1 + G
How to remove 21 lines at once?
оқуды бастаңыз
21dd
if you want to run linux command from VI
оқуды бастаңыз
:!<linux command>
Command to replace all 'words' in a document with different word
оқуды бастаңыз
%s/word_to_replace/word_I_want_to_replace/g
Two types of links to another file
оқуды бастаңыз
symlinks and hard links
how to create symlink
оқуды бастаңыз
ln -s /etc/motd motd
Can symlinks work across file systems
оқуды бастаңыз
yes
Can hardlinks work across file systems
оқуды бастаңыз
no
How to create hard link
оқуды бастаңыз
ln VNCHOWTO vnchowto
Symlink permissions - if user can edit file1, it does not mean it can edit file2.
оқуды бастаңыз
true
What is inode?
оқуды бастаңыз
An inode is an entry in inode table, containing information (the metadata) about a regular file and directory
Hardlinks - does permission change on one file change rights on the other?
оқуды бастаңыз
yes
Hardlinks - will removal of one file in the hardlink will remove the second file in the same hardlink?
оқуды бастаңыз
No

Пікір қалдыру үшін жүйеге кіру керек.