What does the '.' (dot) mean? [duplicate]
This question already has an answer here:
What are ./ and ../ directories?
3 answers
What means the dots on a path? [duplicate]
3 answers
I am getting Linux Training and came across one question that I am unable to find answer of:
What does the .
mean in chmod
command?
Eg: chmod 777 .
linux
marked as duplicate by Kusalananda
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
What are ./ and ../ directories?
3 answers
What means the dots on a path? [duplicate]
3 answers
I am getting Linux Training and came across one question that I am unable to find answer of:
What does the .
mean in chmod
command?
Eg: chmod 777 .
linux
marked as duplicate by Kusalananda
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Welcome to U&L! This is an excellent question for someone new to UNIX/Linux. Thanks for asking, and I hope we can provide helpful information.
– 0xSheepdog
6 hours ago
1
Also related: Why was '.' chosen to represent the current directory and '..' for parent directory?
– Jesse_b
6 hours ago
add a comment |
This question already has an answer here:
What are ./ and ../ directories?
3 answers
What means the dots on a path? [duplicate]
3 answers
I am getting Linux Training and came across one question that I am unable to find answer of:
What does the .
mean in chmod
command?
Eg: chmod 777 .
linux
This question already has an answer here:
What are ./ and ../ directories?
3 answers
What means the dots on a path? [duplicate]
3 answers
I am getting Linux Training and came across one question that I am unable to find answer of:
What does the .
mean in chmod
command?
Eg: chmod 777 .
This question already has an answer here:
What are ./ and ../ directories?
3 answers
What means the dots on a path? [duplicate]
3 answers
linux
linux
edited 6 hours ago
ilkkachu
62.2k10103179
62.2k10103179
asked 6 hours ago
Krupal DesaiKrupal Desai
111
111
marked as duplicate by Kusalananda
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kusalananda
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Welcome to U&L! This is an excellent question for someone new to UNIX/Linux. Thanks for asking, and I hope we can provide helpful information.
– 0xSheepdog
6 hours ago
1
Also related: Why was '.' chosen to represent the current directory and '..' for parent directory?
– Jesse_b
6 hours ago
add a comment |
Welcome to U&L! This is an excellent question for someone new to UNIX/Linux. Thanks for asking, and I hope we can provide helpful information.
– 0xSheepdog
6 hours ago
1
Also related: Why was '.' chosen to represent the current directory and '..' for parent directory?
– Jesse_b
6 hours ago
Welcome to U&L! This is an excellent question for someone new to UNIX/Linux. Thanks for asking, and I hope we can provide helpful information.
– 0xSheepdog
6 hours ago
Welcome to U&L! This is an excellent question for someone new to UNIX/Linux. Thanks for asking, and I hope we can provide helpful information.
– 0xSheepdog
6 hours ago
1
1
Also related: Why was '.' chosen to represent the current directory and '..' for parent directory?
– Jesse_b
6 hours ago
Also related: Why was '.' chosen to represent the current directory and '..' for parent directory?
– Jesse_b
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
.
represents the current directory. Your mentioned command will give full permissions to everyone on your current directory. Similarly ..
represents the parent directory (one directory up from the current). You can see these files by using ls -a
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
.
represents the current directory. Your mentioned command will give full permissions to everyone on your current directory. Similarly ..
represents the parent directory (one directory up from the current). You can see these files by using ls -a
add a comment |
.
represents the current directory. Your mentioned command will give full permissions to everyone on your current directory. Similarly ..
represents the parent directory (one directory up from the current). You can see these files by using ls -a
add a comment |
.
represents the current directory. Your mentioned command will give full permissions to everyone on your current directory. Similarly ..
represents the parent directory (one directory up from the current). You can see these files by using ls -a
.
represents the current directory. Your mentioned command will give full permissions to everyone on your current directory. Similarly ..
represents the parent directory (one directory up from the current). You can see these files by using ls -a
answered 6 hours ago
Jesse_bJesse_b
13.8k23471
13.8k23471
add a comment |
add a comment |
Welcome to U&L! This is an excellent question for someone new to UNIX/Linux. Thanks for asking, and I hope we can provide helpful information.
– 0xSheepdog
6 hours ago
1
Also related: Why was '.' chosen to represent the current directory and '..' for parent directory?
– Jesse_b
6 hours ago