Track installation process (copy installed files)
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I wonder is it possible to copy/duplicate all new files into /tmp/fakeroot
folder during the installation process of any app or extension on the system using for e.g. apt-get install
or npm install
commands?
Now I see only one possible solution of this task - write some script that will monitor any changes of the entire filesystem and copy all these new files/folders to the /tmp/fakeroot
directory. But the problem is that inotifywait
can't watch changes from root dir and seems it will be very slow.
Can there already be a tool for this purpose?
files filesystems software-installation monitoring
add a comment |Â
up vote
0
down vote
favorite
I wonder is it possible to copy/duplicate all new files into /tmp/fakeroot
folder during the installation process of any app or extension on the system using for e.g. apt-get install
or npm install
commands?
Now I see only one possible solution of this task - write some script that will monitor any changes of the entire filesystem and copy all these new files/folders to the /tmp/fakeroot
directory. But the problem is that inotifywait
can't watch changes from root dir and seems it will be very slow.
Can there already be a tool for this purpose?
files filesystems software-installation monitoring
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I wonder is it possible to copy/duplicate all new files into /tmp/fakeroot
folder during the installation process of any app or extension on the system using for e.g. apt-get install
or npm install
commands?
Now I see only one possible solution of this task - write some script that will monitor any changes of the entire filesystem and copy all these new files/folders to the /tmp/fakeroot
directory. But the problem is that inotifywait
can't watch changes from root dir and seems it will be very slow.
Can there already be a tool for this purpose?
files filesystems software-installation monitoring
I wonder is it possible to copy/duplicate all new files into /tmp/fakeroot
folder during the installation process of any app or extension on the system using for e.g. apt-get install
or npm install
commands?
Now I see only one possible solution of this task - write some script that will monitor any changes of the entire filesystem and copy all these new files/folders to the /tmp/fakeroot
directory. But the problem is that inotifywait
can't watch changes from root dir and seems it will be very slow.
Can there already be a tool for this purpose?
files filesystems software-installation monitoring
edited Nov 6 '17 at 7:47
asked Nov 6 '17 at 3:43
mr.boris
1063
1063
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402755%2ftrack-installation-process-copy-installed-files%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password