Search Results

Search: Posts Made By: mib
53,617
Posted By mib
./script creates a new shell and executes each...
./script creates a new shell and executes each command in the script within the new shell. When the end of the script file is encountered, the new shell exits. Any changes in the new shell caused by...
248,863
Posted By mib
chown -R user /path/to/dir
chown -R user /path/to/dir
103,896
Posted By mib
in bash shell it is something like this.... ...
in bash shell it is something like this....

function function-name {
shell commands...
}

or just

function-name () {
shell commands...
}

#!/bin/bash

test ()
{
echo Hey I...
35,220
Posted By mib
A hard link is a link in the same filesystem with...
A hard link is a link in the same filesystem with two i-node table entries pointing to the same physical contents (with the same i-node number because they point to the same data). If you want to see...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 06:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy